Installing apt-cacher

Apt-cacher need Apache to be properly installed.

Debian

On Debian systems, apt-cacher can be installed using apt. Apache should be restarted afterwards.

    # apt-get install apt-cacher
    # /etc/init.d/apache2 restart

You can also get the latest DEBs from pool/main/a/apt-cacher/ directory of any Debian mirror.

If everything goes well, the path /apt-cacher on the web server should be accessible from any browser.

Fedora