[Linux][Kernel] Linux Kernel 3.15 in Ubuntuの公開。

Ubuntu

先日上記のような記事を書いたばかりなのですが、早速3.15.0のUbuntu向けパッケージが公開されていました。

手順

1. パッケージをダウンロードする。

32bit

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_i386.deb

64bit

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-headers-3.15.0-031500_3.15.0-031500.201406081435_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-utopic/linux-image-3.15.0-031500-generic_3.15.0-031500.201406081435_amd64.deb

2. ダウンロードしたパッケージをインストールする。

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

3. コンピュータの再起動を実施する。問題があれば以下のコマンドを実行し、パッケージを削除する。

sudo apt-get remove linux-headers-3.15.0-* linux-image-3.15.0-*
sudo update-grub

よいUbuntuライフを!

Ubuntu 14.04 LTS Server: Administration and Reference
Ubuntu 14.04 LTS Server: Administration and Reference
Richard Petersen

Surfing Turtle Press

Amazonで詳しく見る by AZlink

The Official Ubuntu Book (8th Edition)
The Official Ubuntu Book (8th Edition)
Matthew Helmke,Elizabeth K. Joseph,José Antonio Rey,Philip Ballew,Benjamin Mako Hill

Prentice Hall 2014-07-28

Amazonで詳しく見る by AZlink

タイトルとURLをコピーしました