Ubuntu Linux系统安装任务列表详细介绍

豆豆网   技术应用频道   2007年09月13日  【字号: 收藏本文

内容摘要:本文介绍Ubuntu Linux系统安装任务列表

  更新系统的过程中,看到了这个安装任务的列表,实践了下,还不错,起码把中文输入,编译开发环境,播放阅读,聊天上网都搞定了,只是有些地方还是需要进一步改进。当然走一遍之后,系统比一开始爽多了。继续努力:)

  (1)更新源,选择一个速度较快的源

  在校内使用http://debian.ustc.edu.cn/ubuntu这个源,速度很快。

  /etc/apt/sources.list文件的内容改为

  deb http://debian.ustc.edu.cn/ubuntu/ edgy main multiverse restricted universe

  deb http://debian.ustc.edu.cn/ubuntu/ edgy-backports main multiverse restricted universe

  deb http://debian.ustc.edu.cn/ubuntu/ edgy-proposed main multiverse restricted universe

  deb http://debian.ustc.edu.cn/ubuntu/ edgy-security main multiverse restricted universe

  deb http://debian.ustc.edu.cn/ubuntu/ edgy-updates main multiverse restricted universe

  deb-src http://debian.ustc.edu.cn/ubuntu/ edgy main multiverse restricted universe

  deb-src http://debian.ustc.edu.cn/ubuntu/ edgy-backports main multiverse restricted universe

  deb-src http://debian.ustc.edu.cn/ubuntu/ edgy-proposed main multiverse restricted universe

  deb-src http://debian.ustc.edu.cn/ubuntu/ edgy-security main multiverse restricted universe

  deb-src http://debian.ustc.edu.cn/ubuntu/ edgy-updates main multiverse restricted universe

  deb http://debian.ustc.edu.cn/ubuntu-cn/ edgy main multiverse restricted universe

  进行系统的升级

责编:豆豆技术应用

正在加载评论...