Crunch Bang添加Debian的163镜象源

为CrunchBang添加国内镜像源。

问题:

在VM下安装在虚拟机中的CrunchBang系统装完后,需要安装VMware-Tools,以获得更好的使用体验,具体好处你知道。

如果你不知道,可以Baidu或Google一下。

CrunchBang 系统刚刚装安后,并没有安装linux-hearder会导致在安装VMware-Tools时出现找不头文件,而让你手动指定路径的问题,请参考:Crunch Bang 安装VMware Tools中遇到找不到头文件的问题

解决办法:

cd /etc/apt
sudo vi sources.list

在sources.list文件中添加163镜象源的地址:

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 
deb http://http.us.debian.org/debian wheezy main contrib non-free
deb http://non-us.debian.org/debian-non-US wheezy/non-US main contrib non-free
deb http://security.debian.org wheezy/updates main contrib non-free

我只添加了第一行。

sudo apt-get install update 
sudo apt-get install linux-headers-$(uname -r)

安装完linux-headers后,重新安装VMware-tools就行了,我是一切顺利,祝好运!

附上163源使用说明地址:http://mirrors.163.com/.help/debian.html


你可能感兴趣的:(Debian163源,修新源地址)