ubuntu 9.04的源
asen
posted @ 2009年8月19日 17:27
in 编程学习
with tags
本文引自康师兄,感觉很好便于保存,copy了过来,在此谢过!
, 781 阅读
等待安装结束后,重启,选择进入ubuntu系统,进入后,首先需要配置网络,只有上网后才能升级系统和安装相关工具。配置好系统后,搜索ubuntu9.04的源:
deb http://ubuntu.uestc.edu.cn/ubuntu jaunty main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu jaunty-backports main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu jaunty-proposed main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu jaunty-security main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu jaunty-updates main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu jaunty main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu jaunty-backports main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu jaunty-proposed main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu jaunty-security main restricted universe multiverse deb-src http://ubuntu.uestc.edu.cn/ubuntu jaunty-updates main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntu-cn jaunty main restricted universe multiverse deb http://ubuntu.uestc.edu.cn/ubuntustudio jaunty main
在终端中执行命令:更改权限
sudo chmod 777 /etc/apt/sources.list
在终端中执行命令:
sudo gedit /etc/apt/sources.list
将搜到的源复制到该文件中保存;
在终端中执行命令:
sudo apt-get update
获得新源中的软件包;
在终端中执行命令:
sudo apt-get upgrade
- 无匹配