Skip to content

wahasa/Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Channel
| Discord | YouTube |


Ubuntu on Termux Android


• Install Apps on Android

Installation

Copy and paste this command to Termux :

pkg update

Install Ubuntu

Ubuntu 24.10 (Pre-release)

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

Ubuntu 24.04 (Noble Numbat)

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.


Desktop Environment

In Ubuntu, run this command :

apt update ; apt upgrade


Install Desktop Xfce

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

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

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

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

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