Ubuntu 12.04/11.10用戶如何安裝最新版Linux 3.4內(nèi)核
Linux 3.4 內(nèi)核已經(jīng)發(fā)布,可能有很多Ubuntu用也想升級到這個內(nèi)核版本,我已經(jīng)進行了升級,是直接下載DEB包進行升級的,今天我要說的是另一種升級方式,使用軟件源。
首先在終端運行下面的命令來打開源文件進行編輯:
sudo gedit /etc/apt/sources.list
然后加入一下面源地址:
- # Ubuntu Quantal Quetzal Repositories
- deb http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
- deb-src http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
- deb http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
- deb-src http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
- deb http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
- deb-src http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
保存文件,然后使用下面的命令更新源:
sudo apt-get update
安裝***內(nèi)核:
sudo apt-get install linux
如果你的內(nèi)存4G或以上,使用下面的命令安裝 PAE 內(nèi)核:
sudo apt-get install linux-generic-pae
警告:升級有風險!