hello friends, you're welcome, in today's Article were going to take a look at how to install debain Xfce4 Gui with user Access 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 :
Prerequisites :
How To Install Debian :
we're going to use some basic commands to install Debian On Android And after installing it we will install debain Xfce4 Desktop then we're going to connect it to a local Host and access the Gui version through Vnc viewer
Guidance And Installation:
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 :
- apt 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 you can add user on Debian by typing the command :
- adduser 'followed by the name you wish to use
Example :
- apt Install sudo nano -y
- nano /etc/sudoers
- username ALL=(ALL:ALL) ALL
- type (Ctrl + o) to save and (Ctrl + x) to exit.
- ln -s /data/data/com.termux/files/home/storage
- su username
- sudo apt update
- sudo apt Install dbus-x11
- 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
- sudo de-apt-xfce4.sh
- vncserver-start
- vncserver-stop
- Address= localhost:1
- Name= give it a name of your choice