1. gedit /etc/apt/sources.list 写入一下内容:
-
deb http://mirrors.163.com/debian wheezy main non-free contrib
-
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
-
deb-src http://mirrors.163.com/debian wheezy main non-free contrib
-
deb-src http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
-
-
deb http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
-
deb-src http://mirrors.163.com/debian-security wheezy/updates main contrib non-free
2. 执行apt-get update
3. 安装需要的软件
注: 寻找最优源的方法
apt-spy工具可以用来查找最快的镜象源,安装使用方法如下:
-
apt-get install apt-spy
-
apt-spy update
-
apt-spy -d stable -t 1 -a asia
apt-spy会生成一个列表位于/etc/apt/sources.list.d/apt-spy.list
我们可以对照这个列表修改我们的源,保存后,apt-get update即可(如果出现 如:apt-spy.list 的第几行错误 ,注释掉那行就行了)。
阅读(1593) | 评论(0) | 转发(0) |