Linux 3.4 内核已经发布,可能有很多Ubuntu用也想升级到这个内核版本,我已经进行了升级,是直接下载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
安装最新内核:sudo apt-get install linux
如果你的内存4G或以上,使用下面的命令安装 PAE 内核:sudo apt-get install linux-generic-pae
警告:升级有风险! 更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2Windows XP硬盘安装CentOS 5.5双系统Ubuntu 12.04屏幕亮度不能保存问题的解决相关资讯 Ubuntu使用教程
- Ubuntu使用教程:E: 无法获得锁 / (06/19/2014 17:15:12)
- Ubuntu使用教程 :让Trusty Tahr变 (05/07/2014 16:30:53)
- 怎样打开64位 Ubuntu 的32位支持功 (04/27/2014 17:15:36)
| - Ubuntu 11.04 环境指纹识别驱动的 (05/22/2014 09:57:26)
- Ubuntu 下disk清理保护 (05/01/2014 07:24:50)
- Ubuntu 14.04自动登录到桌面 (04/24/2014 14:00:53)
|
本文评论 查看全部评论 (0)