Offline Installation
We know that sometimes Internet can be a real pain, but worry not! π

Instructions
Offline Installation is only available for Andronix Premium users.
Choose any distro and click on Download Offline to download the distro.
Once the distro is downloaded open Termux and follow the given commands:
Type
termux-setup-storageand enable Storage permission to Termux
termux-setup-storageBelow is the list of each Offline distro. Choose and run the command according to your downloaded distro
Ubuntu 19
cp /sdcard/Download/ubuntu19.tar.gz . && tar xf ubuntu19.tar.gz && rm -rf ubuntu19.tar.gzUbuntu 18
cp /sdcard/Download/ubuntu.tar.gz . && tar xf ubuntu.tar.gz && rm -rf ubuntu.tar.gzKali Security OS
cp /sdcard/Download/kali.tar.gz . && tar xf kali.tar.gz && rm -rf kali.tar.gzDebian
cp /sdcard/Download/debian.tar.gz . && tar xf debian.tar.gz && rm -rf debian.tar.gzFedora
cp /sdcard/Download/fedora.tar.gz . && tar xf fedora.tar.gz && rm -rf fedora.tar.gzUbuntu 19
cp /sdcard/Download/void.tar.gz . && tar xf void.tar.gz && rm -rf void.tar.gzAlpine
cp /sdcard/Download/alpine.tar.gz . && tar xf alpine.tar.gz && rm -rf alpine.tar.gzVoid
cp /sdcard/Download/void.tar.gz . && tar xf void.tar.gz && rm -rf void.tar.gzOnce the process is complete you are good to start the Linux system.
Type
./start-<distroname>.shto start the Linux.
Last updated
Was this helpful?