Upgrade Linux kernel to Linux4.1.0 with 64-bit Ubuntu 15.04
64: Upgrade the Linux kernel to Linux4.1.0 on 64-bit Ubuntu 15.04.
1. download the relevant kernel package
Ubuntu official website Linux kernel Repository: http://kernel.ubuntu.com /~ Kernel-ppa/mainline/
Download the following three deb packages:
$ Wget-c http://kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb
$ Wget-c http://kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.1-rc1-vivid/linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb
$ Wget-c http://kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.1-rc1-vivid/linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb
2. Install the three deb packages
The installation command is as follows (just copy the following command and execute it ):
$ Sudo dpkg-I \
Linux-headers-4.1.0-040100rc1_4.1.0-040100rc1.201504270235_all.deb \
Linux-headers-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb \
Linux-image-4.1.0-040100rc1-generic_4.1.0-040100rc1.201504270235_amd64.deb
.
3. Verify that the Linux kernel is successfully upgraded.
Type the following command
$ Uname-r
For example, the Linux kernel is successfully upgraded.
How to install Kernel 4.0.2 on CentOS 7
How to install Linux Kernel 4.0 on CentOS 7
How to install Linux kernel 4.0 on Ubuntu/CentOS?
How to install Linux kernel 13.10 On Ubuntu 3.12
How to install the 3.16.7 CKT2 kernel in Ubuntu 14.10, Ubuntu 14.04, and its derivative versions
Linux Kernel: click here
Linux Kernel: click here