ubuntu如何安装 linux kernel 4.3 RC7

Linus Torvalds于10月25日发布了kernel4.3 rc7。这个应该会是4.3正式版之前发布的最后一个RC版本。

ubuntu及其衍生版安装 linux kernel 4.3 rc7

我们可以下载内核源码来编译安装,但对于新手来说这会比较困难且花费时间长。Canonical公司为ubuntu及其衍生版提供了内核的deb包。用户可以从kernel.ubuntu.com下载。

下面的命令适用于ubuntu,linux mint,elementary os,pinguy os,deepin linux等ubuntu衍生版本。

32位系统安装 linux kernel4.3 rc7

下载安装包:

cd /tmp

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-headers-4.3.0-040300rc7_4.3.0-040300rc7.201510260712_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-headers-4.3.0-040300rc7-generic_4.3.0-040300rc7.201510260712_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-image-4.3.0-040300rc7-generic_4.3.0-040300rc7.201510260712_i386.deb

安装内核:

sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

64位系统安装 linux kernel 4.3 rc7

下载安装包:

cd /tmp

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-headers-4.3.0-040300rc7_4.3.0-040300rc7.201510260712_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-headers-4.3.0-040300rc7-generic_4.3.0-040300rc7.201510260712_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-rc7-unstable/linux-image-4.3.0-040300rc7-generic_4.3.0-040300rc7.201510260712_amd64.deb

安装内核:

sudo dpkg -i linux-headers-4.3*.deb linux-image-4.3*.deb

如果安装之后要删除,输入下面的命令:

sudo apt-get remove linux-headers-4.3* linux-image-4.3*
为这篇文章评分
[Total: 1 Average: 4]

Leave a Reply

Your email address will not be published.

The maximum upload file size: 2 MB. You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here