My Channel
| Discord | YouTube |
• Install Apps on Android
Copy and paste this command to Termux :
pkg update
Install Ubuntu
Rootfs : Armhf, Arm64, Amd64
pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Install/ubuntu24.10.sh ; chmod +x ubuntu24.10.sh ; ./ubuntu24.10.sh
Rootfs : Armhf, Arm64, Amd64
pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Install/ubuntu24.04.sh ; chmod +x ubuntu24.04.sh ; ./ubuntu24.04.sh
List Ubuntu | Click Hare >
- Start Ubuntu
ubuntu
- Stop Ubuntu
exit
- Remove Ubuntu
rm -rf ubuntu-fs .ubuntu $PREFIX/bin/ubuntu
Basic commands Ubuntu
apt update : Update list package.
apt upgrade : Upgrade package.
apt search (pkg) : Search package.
apt install (pkg) : Install package.
apt autoremove (pkg) : Delete package.
apt -h : Help all commands.
In Ubuntu, run this command :
apt update ; apt upgrade
Install Desktop Xfce
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Desktop/de-xfce.sh ; chmod +x de-xfce.sh ; ./de-xfce.sh
Install Desktop Lxde
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Desktop/de-lxde.sh ; chmod +x de-lxde.sh ; ./de-lxde.sh
Install Desktop Lxqt
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Desktop/de-lxqt.sh ; chmod +x de-lxqt.sh ; ./de-lxqt.sh
Install Desktop Kde
apt install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Desktop/de-kde.sh ; chmod +x de-kde.sh ; ./de-kde.sh
Feature
- Fixed Sound
- Access to Sdcard
- Fixed Browser Crash
- Install Applications | Click Here >
Visit problems now in : Issues
- Start VNC Server
In Ubuntu, run this command to start :
vnc-start
- Open Vnc Viewer
Add (+) VNC Client to connect, fill with :
Address
localhost:1
Name
Ubuntu Desktop
To disconnect VNC Client, click (X) on the right.
- Stop VNC Server
In Ubuntu, run this command to stop :
vnc-stop
Good Luck