Skip to main content

Ubuntu In Termux

To install Ubuntu in termux, copy the following command one by one and paste it in termux.

Commands :

  • apt update
  • apt upgrade
  • apt install proot-distro
  • proot-distro install ubuntu
  • echo "proot-distro login ubuntu" > $PREFIX/bin/ubuntu
  • chmod +x $PREFIX/bin/ubuntu
  • ubuntu
Thanks for visit.

Suggested Articles :

Comments