Maker tech hub — AI · 3D print · Pi · ESP32 · plus the classic tech archive.

Free ESP32 kit · AI tools directory · Books · Archive

Classic tech archive · 2026 bridge. Historical tip — verify commands and threat context before reusing.

Full archive · Archive → modern map · Start here

Classic tip · Classic

Caching downloaded deb files with apt-cacher

It seems silly with multiple machines to download the same file multiple times. At some level it's not THAT inconvenient. It really depends on your connection speed and the size of the files in quest…

Written by

Avery J. Parker

IT veteran, maker educator, and author of Network Ninja, 3D Printing Mastery, and AI Workflow Mastery. Business IT: Diversified Tech Solutions.

It seems silly with multiple machines to download the same file multiple times. At some level it's not THAT inconvenient. It really depends on your connection speed and the size of the files in question. For Ubuntu and other systems based on the .deb package format and apt-get there is a nice option for setting up proxy'ing to allow a single download of deb files for install on multiple machines. That option is called apt-cacher. There's a good wrietup here on the setup of this cache -ing software.