/Ubuntu

Welcome To Ubuntu Termux For Android

Primary LanguageShell

My Channel
| Discord | YouTube |


Ubuntu on Termux Android


• Install Apps on Android

Installation

Copy and paste this command to Termux :

pkg update ; pkg upgrade


Install Ubuntu
  • Ubuntu 24.10 (Pre-release)
pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Install/ubuntu24.10.sh ; chmod +x ubuntu24.10.sh ; ./ubuntu24.10.sh
  • Ubuntu 24.04 (Noble Numbat)
pkg install wget -y ; wget https://raw.githubusercontent.com/wahasa/Ubuntu/main/Install/ubuntu24.04.sh ; chmod +x ubuntu24.04.sh ; ./ubuntu24.04.sh

  • Start Ubuntu
ubuntu
  • Stop Ubuntu
exit
  • Remove Ubuntu
rm -rf ubuntu-fs

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.


Desktop Environment

on 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


VNC Viewer

  • Start VNC Server

on 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

on Ubuntu, run this command to stop :

vnc-stop


Good Luck