是否有可能在 ubuntu 中使用终端命令升级内核?如果可以,请回复。请告诉我命令如何工作?谢谢
答案1
运行以下代码:
sudo aptitude update
sudo aptitude safe-upgrade
sudo aptitude full-upgrade
答案2
如果您尝试将我的系统 linux-image 3.0.0.17 中的 Ubuntu 11.10 的内核升级到 linux-image 3.2.xx,那么我认为 3.2.xx 不适用于 Ubuntu 11.10。
如果您想强行执行此操作,那么您可以执行以下操作:
sudo apt-add-repository ppa:francisbrwn9/kernels
sudo apt-get update
sudo apt-get dist-upgrade
http://www.unixmen.com/how-to-upgrade-to-kernel-3-2-in-ubuntu11-10-and-linuxmint12/