More videos about Termux.

Run Ubuntu on Termux

Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

Commands

1. Install Ubuntu

termux-setup-storage && apt update && apt upgrade -y && pkg install wget -y && wget -O ubuntu.sh https://firebasestorage.googleapis.com/v0/b/anbui-10f24.appspot.com/o/sh%2Fubuntu.sh?alt=media && chmod +rwx ubuntu.sh && ./ubuntu.sh

2. Install and update packages for Ubuntu

apt update && apt upgrade -y && apt install wget -y && wget -O xfce4.sh https://firebasestorage.googleapis.com/v0/b/anbui-10f24.appspot.com/o/sh%2Fxfce4.sh?alt=media && chmod +rwx xfce4.sh && ./xfce4.sh

Downloads

Flag Counter