Questions tagged [apt-cacher]

apt-cacher.pl is a CGI which will keep a cache on disk

apt-cacher.pl is a CGI which will keep a cache on disk of Ubuntu Packages and Release files (including .deb files) which have been received from Ubunntu distribution servers on the Internet. When an apt-get client issues a request for a file to apt-cacher.pl, if the file is already on disk it is served to the client immediately, otherwise it is fetched from the Internet, saved on disk, and then served to the client. This means that several Debian machines can be upgraded but each package need be downloaded only once. When running multiple machine with the same distribution

20 questions
0
votes
1 answer

Failed to move *.deb to /var/cache/apt-cacher/packages/*.deb: Permission denied

I followed following post How to set up an apt-cacher server?, but having this error: got@got-mypc:/var/cache/apt/archives$ sudo /usr/share/apt-cacher/apt-cacher-import.pl /var/cache/apt/archives/ Importing from /var/cache/apt/archives/ …
avaj
  • 71
  • 1
  • 1
  • 3