Ubuntu install in Termux | Android [No Root]

How to install ubuntu in Termux ?


Open Termux app and type following commands :

  • pkg update
  • pkg install git wget proot -y
  • git clone 
  • cd termux-ubuntu
  • chmod +x ubuntu.sh
  • ./ubuntu.sh

Now ubuntu is installed in termux to start ubuntu type :

  • ./start-ubuntu.sh

Install ubuntu using Tool-X :

Download Tool-X tool and use following steps.
  • open Tool-X
  • Type 3 for Termux os
  • Type 5 for ubuntu
  • cd termux-ubuntu
  • ./ubuntu.sh

Now ubuntu is installed in termux to start ubuntu type :

  • ./start-ubuntu.sh

Comments