Ubuntu gnome install on Termux || No Root

 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 2                                                                   pkg install proot-distro -y


                                                

Step no 3                                                                   proot-distro install ubuntu && proot-distro login ubuntu


Step no 4

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 start
gnome-shell --x11

chmod +x ~/.vnc/xstartup

#Fixing systemd issue with Gnome

for file in $(find /usr -type f -iname "*login1*"); do rm -rf $file 

done


Start VNC server

vncserver 







Tips and Tricks

My name is Junaid you can see tech Junaid Technology and so friend subscribe my YouTube channel

Post a Comment (0)
Previous Post Next Post