How to install Ubuntu desktop in android 2023

 Hi guys welcome to Mr.Ethical yt blog. In this post Iam going to show you how can we install ubuntu desktop in android (No root required) without using termux.Iam going to use userland application to install Ubuntu.



INSTALLATION 

Install userland application from playstore android open.


Choose ubuntu and click o continue.Wait till required packages get downloaded.

Update and upgrade it's packages.

sudo apt update && sudo apt upgrade

Install udisks2 .

sudo apt install udisks2 

 Remove udisks2.postinst.

sudo rm /var/lib/dpkg/info/udisks2.postinst 

 Then.

sudo echo "" >> /var/lib/dpkg/info/udisks2.postinst 

 Configure the dpkg.

sudo dpkg --configure -a 

 apt-mark hold udisks2 

 Install xfce4 , gnome terminal and required packages.

apt-get install xfce4 gnome-terminal nautilus dbus-x11 nano

 Install tightvncserver.

sudo apt install tightvncserver 

 Now check your screen resolution you can search in google to find your screen resolution.

Edit the tigervncserver.conf file.

nano /etc/tigernvcserver.conf

Scroll down slowly until you this line "$geometry = "800x600";"

Edit that line according to the display size of your mobile.Then save it by pressing CTRL+s and CTRL+x to exit.

Now run the tightvncserver.

tightvncserver 

 Open nethunter kex and fill the box below the "Basic VNC" type Nethunter KeX.Edit VNC connection settings type localhost in VNC server and enter 1 in port section.Enter password you had set while installing Kali.Click on the Connect button.

Before closing the ubuntu kill the tightvncserver.

tightvncserver -kill :1 

 If you don't kill the tightvncserver server then port number will increment so change port number in NetHunter kex .

Post a Comment (0)
Previous Post Next Post