在充满Ubuntu桌面计算机的办公室上管理软件包更新的最佳方法是什么?

我们有两个办公室,里面装满了Ubuntu台式机.由于我们的网络连接速度很慢,我们希望每台计算机都有自己的内部包服务器,以便每天抓取并安装其更新,而不是让每台计算机单独下载所有相同的文件.

因此,我们希望每天都有一台机器从http://us.archive.ubuntu.com/ubuntu/等处提取任何软件包更新,并充当网络中其他机器的软件包服务器.

有没有人这样做过?你知道这个过程的好方法吗?虽然也许我的搜索条件很糟糕,但我一直都没看过.

看看 Apt-Proxy.

apt-proxy is a program that caches the packages you download from the Internet,to your hard disk. Because apt-proxy behaves as if it were a HTTP server with a full copy of the repositories you select,you can access the packages from other computers on your network. If a package is not in the cache,apt-proxy automatically downloads and caches it. This can significantly decrease download bandwidth and installation time when you have to install the same packages repeatedly (i.e. an upgrade of multiple machines).

更新:发现另一个类似的问题,在Apt-cacher and Apt-proxy,建议使用approx.

有关快速摘要,请参阅Alternatives to Apt-proxy上的eHow文章.

相关文章

ubuntu退出redis的示例:指定配置文件方式启动源码redis:roo...
ubuntu中mysql改密码忘了的解决方法:1.在终端中切换到root权...
ubuntu安装mysql失败的解决方法原因:可能是原有的MySQL还有...
使用centos和ubuntu建站的区别有以下几点1.CentOS是Linux发行...
ubuntu图形界面和字符界面切换的方法:可以通过快捷键CTRL+A...
ubuntu中重启mysql失败的解决方法1.首先,在ubuntu命令行中,...