Ubuntuser Asked: 2014-10-27 00:42:00 +0800 CST2014-10-27 00:42:00 +0800 CST 2014-10-27 00:42:00 +0800 CST 如何在 Ubuntu 14.04 LTS 中安装 Ubuntu 14.10 的内核? 772 我已经能够从 ubuntu 主线内核存储库下载内核 3.16。但是,我更想知道 Ubuntu 14.10 默认附带的内核是否可以安装在 Ubuntu 14.04 LTS 中。 请注意,主线 3.16 内核与 Ubuntu 14.10 附带的内核略有不同,我对后者感兴趣。而且,这个答案不是我要找的。 kernel 2 个回答 Voted Arthur 2015-01-05T00:45:00+08:002015-01-05T00:45:00+08:00 有一个更好的方法: sudo apt-get install linux-image-generic-lts-utopic 这来自: How can I install 3.16 kernel on Ubuntu 14.04 Best Answer user.dz 2014-10-27T02:45:08+08:002014-10-27T02:45:08+08:00 添加 Utopic 主存储库 sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu utopic main" 更新包列表 sudo apt-get update 更新内核元数据包以安装最新版本 sudo apt-get install linux-generic 删除存储库,以避免其他包的任何有害更新 sudo add-apt-repository -r "deb http://archive.ubuntu.com/ubuntu utopic main" 更新包列表 sudo apt-get update 测试于: ~$ uname -a Linux machine 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ~$ lsb_release -rc Release: 14.04 Codename: trusty 笔记: 按照相同的步骤更新内核,只使用更新存储库: "deb http://archive.ubuntu.com/ubuntu utopic-updates main" 如果您只需要安全更新,请使用: "deb http://archive.ubuntu.com/ubuntu utopic-security main"
有一个更好的方法:
这来自: How can I install 3.16 kernel on Ubuntu 14.04
添加 Utopic 主存储库
更新包列表
更新内核元数据包以安装最新版本
删除存储库,以避免其他包的任何有害更新
更新包列表
测试于:
笔记:
按照相同的步骤更新内核,只使用更新存储库:
如果您只需要安全更新,请使用: