segunda-feira, 22 de junho de 2015

Como Instalar/Atualizar o Kernel 4.0.5 no Ubuntu / Linux Mint


How To: Install/Upgrade to Linux Kernel 4.0.5 in Ubuntu/Linux Mint Systems



The Linux Kernel 4.0.5 is now available for the users, announced Linus Torvalds. This Linux Kernel version comes with plenty of fixes and improvements. This article will guide you to install or upgrade to Linux Kernel 4.0.5 in your Ubuntu or Linux Mint system.


Installation

For 32-Bit Systems

Download the .deb packages.

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_i386.deb
Install them.

$ sudo dpkg -i linux-headers-4.0.5*.deb linux-image-4.0.5*.deb

$ After installing the kernel, you may run sudo update-grub command in terminal (Ctrl+Alt+T) to refresh grub boot-loader.

Reboot the system.

sudo reboot


For 64-Bit Systems

Download the .deb packages.

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005_4.0.5-040005.201506061639_all.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-headers-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.5-wily/linux-image-4.0.5-040005-generic_4.0.5-040005.201506061639_amd64.deb
Install them.

$ sudo dpkg -i linux-headers-4.0.5*.deb linux-image-4.0.5*.deb
Reboot the system.

After installing the kernel, you may run sudo update-grub command in terminal (Ctrl+Alt+T) to refresh grub boot-loader.
sudo reboot

To uninstall,

sudo apt-get remove 'linux-headers-4.0.5*' 'linux-image-4.0.5*'

Nenhum comentário: