- A+
Ubuntu下载速度慢有两种情况,一种是下载安装软件慢;一种是使用浏览器下载速度慢;
一、首先我们先解决第一种下载安装软件慢的方法,下载安装软件慢的原因一般都是软件源的问题,我们通过添加软件源的方法解决,方法如下:
步骤1:用编辑器打开源文件,这里我用过的gedit 大家也可以用其他编辑器
sudo gedit /etc/apt/sources.list
步骤2:添加源,将下列网址复制粘贴到该文件里面(大家也可以寻找跟多的源放到这个文件里面)
## sohu
deb http://mirrors.sohu.com/ubuntu/ quantal main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ quantal-security main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ quantal-updates main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ quantal-proposed main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ quantal-backports main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ quantal main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ quantal-security main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ quantal-updates main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ quantal-proposed main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ quantal-backports main restricted universe multiverse
步骤3:更新源
运行sudo apt-get update 运行完后再安装个软件试试
二、使用浏览器下载速度慢的方法如下:
1.首先要确认你的IP地址和DNS没有问题;
2.如果你使用的是火狐浏览器,你需要打开"首选项",选择"高级"下的"网络";
3.选择连接,配置Firefox如何连接到互联网的"设置";
4.将"使用系统代理设置"改为"不使用代理"设置,即可。