How To Install Lunar Lobster [Ubuntu 23.04] On Android No Root

Hello Everyone, welcome to my Blog, in today's Article I'm gonna write on how to Install Ubuntu 23.04 [Lunar Lubster] with the xfce Desktop On Android, this doesn't require Root to function at all, and will function on any Android phone that supports Termux

Requirements:

Installation procedures

Open up your Termux terminal, update it and install proot-distro with the command:
pkg update && pkg install proot-distro -y

Now that proot-distro is Install install Ubuntu with the command

proot-distro install ubuntu

Login to ubuntu with the command

proot-distro login ubuntu

You can change your Ubuntu version to lunar by changing the default jammy settings in the /root/etc/apt/sources.list as displayed to you in the video tutorial below. After that, update Ubuntu terminal with the command

apt update && apt dist-upgrade -y

Now we can Install the xfce GUI interface with the command

apt install xfce4 xfce4-terminal xfce4-whiskermenu-plugin ubuntu-wallpapers dbus-x11 -y

After that you can install the dependencies Below if you wish, to beautify your desktop

apt install sudo plank git gedit dconf-editor yaru-theme-gtk yaru-theme-icon -y

After that let's create a shortcut GUI login command on Ubuntu using the command

echo "DISPLAY=:1 dbus-launch xfce4-session" >> /usr/local/bin/startserver

Give storage permission to the shortcut you just created with the command command:

chmod +x /usr/local/bin/startserver

Now switch/open to a new Terminal On Termux to setup vnc so that we can access GUI, do that by following the steps below.

Install x-11repo with the command

pkg install x11-repo -y

Then install Xserver with the command

pkg install xorg-xhost tigervnc -y

Now start that vncserver and make it available to connect to from any localhost using the command

vncserver -geometry 1600x700 -listen tcp :1; DISPLAY=:1 xhost +

Now switch back to Ubuntu And connect to that local Host using the command

startserver

Open Your Vnc Application And connectbto localhost:1 to enjoy this beautiful software, watch the video below to see how the setup is done.

Watch the video Here:



Post a Comment

Previous Post Next Post