WELCOME TO MY BLOG WEBSITE I HAVE INSTALL UBUNTU GNOME IN TERMUX AND WELL BE INSTALL LINUX FROM MOBILE AND FULL PROCESS ON TERMUX COMMAND
Its well be install linux from Ubuntu gnome on termux and Realvnc i have give link from Termux and Realvnc
Termux App Link =
Realvnc app Link =
First of all Install update
apt update && apt upgrade -y
Step no 3 proot-distro install ubuntu && proot-distro login ubuntu
apt install gnome-shell gnome-terminal gnome-tweaks gnome-shell-extensions gnome-shell-extension-ubuntu-dock nautilus nano gedit dbus-x11 tigervnc-standalone-server -y
Step 5
apt install yaru-theme-gtk yaru-theme-icon -y
Step 5
Configure VNC server
mkdir .vnc
Setup vncserver from nano
nano .vnc/xstartup
#Paste following in it
#!/bin/bashexport XDG_CURRENT_DESKTOP="GNOME"service dbus startgnome-shell --x11
chmod +x ~/.vnc/xstartup
#Fixing systemd issue with Gnome
for file in $(find /usr -type f -iname "*login1*"); do rm -rf $filedone
Start VNC servervncserver