本文主要是介绍How to fix the problem that the Download rate is too Slow when doing apt-get install,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
sudo nano /etc/apt/sources.list
don’t use the address of the official one :
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi
and change it to ALi’s:
deb http://mirrors.aliyun.com/kali sana main non-free contrib
deb http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free
deb-src http://mirrors.aliyun.com/kali-security/ sana/updates main contrib non-free
and then make a full update and clean:
apt-get update & apt-get upgrade
apt-get upgrade
apt-get clean
这篇关于How to fix the problem that the Download rate is too Slow when doing apt-get install的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!