Bundle any APT package + dependencies for offline installation
APT package name — lowercase, as it appears in apt install <name>
All dependencies are included. Install offline with sudo apt install ./packages/*.deb
🛡Every bundle is scanned with ClamAV before download. If malware or a virus signature is detected, the bundle is blocked and never served. A scan_results.txt report is included in every zip.
apt bundler
🔍
After Downloading the Zip
1
Locate the file Open your Downloads folder and find the .zip file.
2
Extract it Double-click the zip to extract, or run: unzip <filename>.zip
3
Open a terminal in the folder Right-click the extracted folder and choose "Open Terminal here", or run: cd <extracted-folder-name>
4
Run the install script chmod +x install.sh && sudo ./install.shInstalls the package and all its dependencies — no internet needed.
Or install manuallysudo apt install --no-install-recommends -y ./packages/*.deb