1 2 3 |
sudo cp /etc/apt/sources .list /etc/apt/sources .list.bak #备份 sudo vim /etc/apt/sources .list #修改 sudo apt-get update #更新列表 |
阿里云源
1 2 3 4 5 6 7 8 9 10 |
deb http: //mirrors .aliyun.com /ubuntu/ trusty main restricted universe multiverse deb http: //mirrors .aliyun.com /ubuntu/ trusty-security main restricted universe multiverse deb http: //mirrors .aliyun.com /ubuntu/ trusty-updates main restricted universe multiverse deb http: //mirrors .aliyun.com /ubuntu/ trusty-proposed main restricted universe multiverse deb http: //mirrors .aliyun.com /ubuntu/ trusty-backports main restricted universe multiverse deb-src http: //mirrors .aliyun.com /ubuntu/ trusty main restricted universe multiverse deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-security main restricted universe multiverse deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-updates main restricted universe multiverse deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-proposed main restricted universe multiverse deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-backports main restricted universe multiverse |
版权声明:本文由 数控等离子切割机http://www.hycsk.com 整理编辑!本文章来源于网络,如有侵权,请联系云栖社区,欢迎分享本文,转载请保留出处!