ubuntu 7.10 源设置与媒体解决方案


Ubuntu 7.10的源设置

1、修改为国内源

我这里ubuntu 7.10使用 cn99 的源比较快,使用哪个根据自己实际情况决定。

我这里只列出了使用得比较多的 lupaworld 源和 cn99 源。

在“应用程序-附件-终端”里输入:

代碼:

sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup

sudo gedit /etc/apt/sources.list

#Mirror.lupaworld.com 源

deb http://mirror.lupaworld.com/ubuntu feisty main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu feisty-security main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu feisty-updates main restricted universe multiverse

deb http://mirror.lupaworld.com/ubuntu feisty-backports main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu feisty main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu feisty-security main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu feisty-updates main restricted universe multiverse

deb-src http://mirror.lupaworld.com/ubuntu feisty-backports main restricted universe multiverse

#cn99.com 源

deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse

deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse

deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse

然后在终端里输入

引用:

sudo apt-get update

sudo apt-get dist-upgrade

2、安装中文支持

在 “系统-系统管理-语言支持” 里面把 “Chinese” 勾选上。

如需要使用黑体或其他字体,可以参考这几篇文章。

  • 1
  • 2
  • 下一页
【内容导航】
第1页:ubuntu 7.10 源设置 第2页:媒体解决方案

相关内容