Install Ubuntu on Android

Here are some instructions how to install Termux and Ubuntu on your Android device, this will allow you to run Ubuntu inside termux that is installed inside your Android device. 1) Install Termux: https://play.google.com/store/apps/details?id=com.termux&hl=en_GB&gl=US2) Update Termux: apt-get update && apt-get upgrade -y3) Install wget: apt-get install wget -y4) Install proot: apt-get install proot -y5) Install […]