微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

在充满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.jb51.cc/ubuntu/347658.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐