Linux Kernel 4.1 Release Candidate 6 for Ubuntu Systems has been released. Here’s the Terminal commands to install Linux Kernel 4.1 RC6 on 32 bit/64 bit Ubuntu 15.04, Ubuntu 14.04, Ubuntu 14.10 and Ubuntu Derivatives.
Install Kernel 4.1 RC6 on 32 bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 4.1 RC6 on 32 bit Ubuntu and Ubuntu derivative systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6_4.1.0-040100rc6.201506010235_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-image-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_i386.deb
sudo dpkg -i linux-headers-4.1*.deb linux-image-4.1*.deb
To remove the Kernel 4.1 RC6:
sudo apt-get remove linux-header-4.1* linux-image-4.1*
Install Kernel 4.1 RC6 on 64 bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 4.1 RC6 on 64 bit Ubuntu and Ubuntu derivative systems:
cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6_4.1.0-040100rc6.201506010235_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-headers-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.1-rc6-unstable/linux-image-4.1.0-040100rc6-generic_4.1.0-040100rc6.201506010235_amd64.deb
sudo dpkg -i linux-headers-4.1*.deb linux-image-4.1*.deb
To remove the Kernel 4.1 RC6:
sudo apt-get remove linux-header-4.1* linux-image-4.1*