小编给大家分享一下Ubuntu如何替换CDN方式分发的更新源,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!
这是一个由 ORCA.io 提供加速的 Ubuntu 源,替换你目前的 /etc/apt/sources.list 里的那个地址即可从离你服务器最近的地方下载 Ubuntu 包。如果你目前在用的源不够快,那么可以试试这个。为了达到***效果,推荐你在 /etc/resolv.conf 里使用 ISP 的 DNS。
Ubuntu 12.10 下使用这个源: sudo gedit /etc/apt/sources.list然后将里面的内容替换成:
deb http://ubuntu.v2ex.com/ubuntu/ quantal main restricted universe multiverse deb-src http://ubuntu.v2ex.com/ubuntu/ quantal main restricted universe multiverse deb http://ubuntu.v2ex.com/ubuntu/ quantal-updates main restricted universe multiverse deb-src http://ubuntu.v2ex.com/ubuntu/ quantal-updates main restricted universe multiverse deb http://ubuntu.v2ex.com/ubuntu/ quantal-backports main restricted universe multiverse deb-src http://ubuntu.v2ex.com/ubuntu/ quantal-backports main restricted universe multiverse deb http://ubuntu.v2ex.com/ubuntu/ quantal-security main restricted universe multiverse deb-src http://ubuntu.v2ex.com/ubuntu/ quantal-security main restricted universe multiverse deb http://extras.ubuntu.com/ubuntu quantal main deb-src http://extras.ubuntu.com/ubuntu quantal main
将上面的替换掉/etc/apt/sources.list 里面的即可。
以上是“Ubuntu如何替换CDN方式分发的更新源”这篇文章的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注编程网行业资讯频道!