Ubuntu 11.10 开发日程表
时间:2011-06-02
来源:互联网
本方案使用update-manager来跨版本升级,请确保已经安装update-manager再执行下面的步骤。
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
来清除旧有的文件,节约硬盘空间。
代码:
sudo gedit /etc/apt/sources.list
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
引用:
#deb http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
代码:
sudo apt-get update
更新源列表,必须执行.如果发现速度慢则换别的源。
代码:
sudo apt-get -d dist-upgrade
"-d" 表示只下载文件 ,先把文件下载下来,防止因网络慢或不稳定造成问题。如果速度慢则换源再继续。
代码:
sudo update-manager -d
跨版本升级,按照跳出的提示,选择“部分更新”升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
代码:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
代码:
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get autoclean
来清除旧有的文件,节约硬盘空间。
作者: ljj_jjl2008 发布时间: 2011-06-02
坐等国庆节
作者: 枫叶饭团 发布时间: 2011-06-02
本方案使用update-manager来跨版本升级,请确保已经安装update-manager再执行下面的步骤。
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
来清除旧有的文件,节约硬盘空间。
代码:
sudo gedit /etc/apt/sources.list
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
引用:
#deb http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
代码:
sudo apt-get update
更新源列表,必须执行.如果发现速度慢则换别的源。
代码:
sudo apt-get -d dist-upgrade
"-d" 表示只下载文件 ,先把文件下载下来,防止因网络慢或不稳定造成问题。如果速度慢则换源再继续。
代码:
sudo update-manager -d
跨版本升级,按照跳出的提示,选择“部分更新”升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
代码:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
代码:
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get autoclean
来清除旧有的文件,节约硬盘空间。
作者: ljj_jjl2008 发布时间: 2011-06-02
坐等国庆节
作者: 枫叶饭团 发布时间: 2011-06-02
本方案使用update-manager来跨版本升级,请确保已经安装update-manager再执行下面的步骤。
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
来清除旧有的文件,节约硬盘空间。
代码:
sudo gedit /etc/apt/sources.list
修改源,论坛里面有一个“新立得和软件原”的版块,关于源添加哪些源的问题请到里面查询。
用#注释掉11.04的源,从论坛里面复制一个11.10的源进去。(我用的是下面的)
引用:
#deb http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-security main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed main restricted universe multiverse
#deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports main restricted universe multiverse
#deb http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu natty main
deb http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ oneiric-backports main restricted universe multiverse
代码:
sudo apt-get update
更新源列表,必须执行.如果发现速度慢则换别的源。
代码:
sudo apt-get -d dist-upgrade
"-d" 表示只下载文件 ,先把文件下载下来,防止因网络慢或不稳定造成问题。如果速度慢则换源再继续。
代码:
sudo update-manager -d
跨版本升级,按照跳出的提示,选择“部分更新”升级完成之后,系统会要求你重启。不急,选择不重启。为了系统下次能够正常启动,还需要进行进一步软件包检查。关闭升级窗口之后,再重复使用:
代码:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade
如果有软件包可以升级。将它们全部升级完毕。直到没的升为止。
但是由于11.10处于试用状态,以上两句可能会出现错误。
OK,现在可以重启了。升级过程完成。如果升级一切顺利,这可以运行
代码:
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get autoclean
来清除旧有的文件,节约硬盘空间。
作者: ljj_jjl2008 发布时间: 2011-06-02
坐等国庆节
作者: 枫叶饭团 发布时间: 2011-06-02
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28