Hello Linux Geeksters. Yesterday, Linus Torvalds has announced the availability of the Linux Kernel 3.11. For a full list of changes and features, see the official changelog.
In this article I will show you how to install the Linux Kernel 3.11 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia and Elementary OS 0.2 Luna.
Because it is available via kernel.ubuntu.com as deb packages, we don’t have to compile it from sources. Just follow the instructions for your architecture exactly, in order to get a successful installation:
How to install Kernel 3.11 on 32 bit Ubuntu, Linux Mint and Elementary OS:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
Install Kernel 3.11:
$ sudo dpkg -i linux-headers* linux-image*
How to install Kernel 3.11 on 64 bit Ubuntu, Linux Mint and Elementary OS:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.11-saucy/linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_amd64.deb
Install Kernel 3.11:
$ sudo dpkg -i linux-headers* linux-image*
Will this update automatically? Or will I need to install the updates manually?
no, you have to update it yourself, by using the tutorial guide
Do you mind if I quote a few of your posts as long as I provide credit
and sources back to your website? My blog is in the exact same niche
as yours and my visitors would genuinely benefit from some of the information
you provide here. Please let me know if this alright with you.
Many thanks!
YES. I do mind. you have one post only, don’t expect to get credit by scraping my blog/nieche.
ps: serios, ma deranjeaza. ai un singur post, backlinkurile tale nu m-ar ajuta cu absolut nimic.
sudo apt-get install linux-generic-lts-saucy gives you 3.11 kernel.