apt-zip-list
Update a non-networked computer using apt and removable media
Install
- All systems
-
curl cmd.cat/apt-zip-list.sh
- Debian
-
apt-get install apt-zip
- Ubuntu
-
apt-get install apt-zip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apt-zip
- Raspbian
-
apt-get install apt-zip
- Dockerfile
- dockerfile.run/apt-zip-list
apt-zip
Update a non-networked computer using apt and removable media
These scripts simplify the process of using dselect and apt on a non-networked Debian box, using removable media like ZIP floppies and USB keys. One generates a `fetch' script (supporting backends such as wget and lftp, in a modular, extensible way) to be run on a host with better connectivity, check space constraints of your removable media, and then install the package on your Debian box.