How To install Debian xfce4 desktop on Android

Hello friends, you're welcome, in today's Article were going to take a look at how to install debain Xfce4 Gui on Android phone without root, make sure you read this article till the end to understand how this works and you can also guide yourself with the video we made on this below

What is Debian :

Debian is a popular and freely available computer operating system (OS) that uses a Unix-like kernel-- typically Linux -- alongside other program components, many of which come from GNU Project. Debian can be downloaded over the internet or, for a small charge, obtained on CD, DVD, Blu-ray disc or USB flash drive. You can learn more about Debian here

Prerequisites :

Termux

Vnc viewer

Installation Procedures : 

we're going to use some basic commands to install Debian On Android And after installing it we will install debian Xfce4 Desktop then we're going to connect it to a local Host and access the GUI version through Vnc viewer

the first thing we're going to do is to update our Termux repositories to do that we use the command :

apt update && apt upgrade

After that we give storage permission to Termux :

termux-setup-storage (skip process if you already have storage permission)

Now we're going to install a package called proot-distro to do that type the command :

pkg Install proot-distro

after the successful installation of proot-distro we can now proceed to the Installation of debain, to install Debian type the command :

proot-distro install debain

and after debain has been successfully installed, you login to debain with the command : 

proot-distro login debain

now we update our debain repository with the command :

apt update

Now we give storage Access to Debian by typing the command :

ln -s /data/data/com.termux/files/home/storage

Now we install dbus server by typing the command :

apt Install dbus-x11

after that, we proceed to installing Debian xfce4, to do that copy and paste the command the command : 

 pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Debian/debian.sh && bash debian.sh

create a password when prompted and verify the password when prompted.

To start your Vnc server type the command :

vncserver-start

To stop your Vnc server type the command :

vncserver-stop

after launching your vnc connection you can now launch vnc viewer and connect to your local Host 

To Connect : 

Address= localhost:1

Name= give it a name of your choice

 now you can now enjoy your full Debian desktop 

Post a Comment

Previous Post Next Post