How To install Kali Linux Xfce Desktop On Android | No Root


Hello friends welcome to Birds In Tech, in today's article, I'm going to reveal how to install Kali Linux Xfce Desktop On Android, Remember in our Last Article, I wrote on how to install Kali Linux on Android using proot-distro, you can view the article here Incase you missed it.

Prerequisites:

How To install Kali Xfce Desktop

Login to your terminal with the command proot-distro login kali as shown in the previous article, then upgrade your terminal with the command

  • sudo apt full-upgrade
After that, the next thing we're going to do is install udisks2, you can install udisks2 with the command
  • sudo apt install udisks2 
Now we remove the default udisks2 file and configure a new one, you can do that with the commands below.

Removing 

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

configuration

  • echo "" >> /var/lib/dpkg/info/udisks2.postinst
Now you configure the dpkg file and hold udisks2, you can do that with the commands below.

Configuring dpkg

  • sudo dpkg --configure -a

Holding udisks2 

  • apt-mark hold udisks2

Now we install xfce

After finishing up with all of the procedures above, then Xfce Desktop is now safe for installation, to install xfce you can use the command:
  • sudo apt install xfce4 xfce4-whiskermenu-plugin
The command above is going to install xfce, after that we're going to install other utilities like dbus launcher, qterminal, Firefox e.t.c you can simply use the command below to install all utilities at once:
  • sudo apt install qterminal dbus-x11 firefox-esr tigervnc-standalone-server kali-themes 
Now you can launch vncserver by using the command:
  • vncserver -geometry 1600x720 -xstartup /usr/bin/xfce4-session
NOTE: geometry size depends on the resolution of your phone 

And you can always kill vncserver with the command vncserver -kill :1 (always remember to close vncserver before exiting termux

 That is going to be all for this tutorial, if you have any questions to ask me regarding this article, you can let me know in the comments section below, hope to hear from you soon. Stay safe 

Watch the video here:

Post a Comment

Previous Post Next Post