替换ubuntu 源
生活随笔
收集整理的这篇文章主要介绍了
替换ubuntu 源
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
2019独角兽企业重金招聘Python工程师标准>>>
// 修改 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak vim /etc/apt/sources.list // 删除所有所内容 // 在命令行模式下: // 执行命令跳转到首行 gg // 执行命令, 删除所有的内容 dG// 粘贴下面的源
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转载于:https://my.oschina.net/anziguoer/blog/857533
总结
以上是生活随笔为你收集整理的替换ubuntu 源的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 最新的散装囧事
- 下一篇: jquery遍历集合数组标签