更新 Ubuntu 12.04 内核至 3.8.0

sudo apt - get install linux - image - 3.8.0 - 25 - generic
sudo apt - get install linux - headers - 3.8.0 - 25 - generic
 

完成后重启电脑,通过命令 “uname -r” 来查看内核是否成功更新。

接下来就是清理旧内核文件,在终端输入 “dpkg –get-selections | grep linux”,然后通过命令 “sudo apt-get remove xxxx” 将3.2版本的都删除掉。

猜你喜欢

转载自fengpy2009.iteye.com/blog/2026958