May 18, 2023

Android : Install Ubuntu via Termux

Install Ubuntu in Android Phone with Termux (No Root).

Official GitHub MFDGaming: https://github.com/MFDGaming/ubuntu-in-termux


Termux Terminal

  1. pkg upgrade -y
  2. pkg install wget -y
  3. pkg install proot -y
  4. pkg install git -y
  5. git clone https://github.com/MFDGaming/ubuntu-in-termux.git
  6. cd ubuntu-in-termux
  7. chmod +x ubuntu.sh
  8. ./ubuntu.sh
  9. ./startubuntu.sh

Once Ubuntu have started, just use it as normal such as updating the repositories

10. apt update && apt upgrade -y

After update, you can proceed to use as normal and install any packages you want.




!!! HAPPY COMPUTING !!!


No comments:

Post a Comment