WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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


  • 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

Details
Install Desktop Xfce

Feature

  • Fixed Sound
  • Access to Sdcard
  • Fixed Browser Crash
  • Install Applications | Click Here >

Visit problems now in : Issues


Remote Desktop

Details
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