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

前端之家收集整理的这篇文章主要介绍了在充满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文章.

原文链接:https://www.f2er.com/ubuntu/347658.html

猜你在找的Ubuntu相关文章