Update and install installations which are not connected to the Internet with any apt-tool from an apt-medium.

Or allways keep your favorite packages on your apt-medium to have them handy to install anytime anywhere without further downloading.

An apt-medium contains an apt-medium script to easily perform offline updates and installing additional software on debian(apt) based systems from an removable medium or a network share. Download packages only once to your apt-medium directory and use it to install on multiple machines.

Currently it consists of several scripts that wait for someone to integrate them into a single apt-medium script.

attachment:apt-medium-0.2.tar.gz (extract this, for example on a USB-harddisk)

keywords: offline networkwide update upgrade apt-get aptitude synaptic adept local packages .deb repository


Manages an installation medium, especially writeable ones, for multiple, even disconnected and remote, machines.

1) You mount your apt-medium directory. (i.e. plug in your USB-disk etc.) or copy it to the hard disk.

2) If you want to install something on the machine you are loged-in to enter:

3) If some Packages are missing on the apt-medium you are told you need to

After downloading you just run "apt-medium install" on your target machines, and what you have requested and downloaded for those machines will get installed.

If you want to use a graphical apt-frontend with your apt-medium, for example aptitude or synaptic, you can do so with "apt-medium --apt-tool=aptitude"


Discussion: How a developer should work on this tool? I'm updating the architecture selection code, since i will be updating a 64bit machine sans internet connection.


CategorySystemAdministration