Hello guys welcome back to my Blog, in today's article I'm gonna write on how to install Kali Linux LXDE desktop environment On Android, in our previous articles, I have explained what Kali Linux is and how to install it on Android, but in today's Article, what I'm going to show you is how to install the LXDE desktop environment on Kali Linux.
Prerequisites:
Procedures:
Login to your Kali terminal and make sure your repository is up to date, to do make sure of that you can use the command:
- apt update && apt upgrade
- apt install lxde-core lxde Kali-defaults kali-root-login -y
- apt install qterminal dbus-x11 firefox-esr tigervnc-standalone-server kali-themes -y
Now after the above packages has been installed, the next thing we're going to do is of course, login to our Desktop interface, due to lag I usually get from the usual vncserver method, I prefer logging in using another method that I call the TCP method that I'm gonna show you in the next step.
Logging In To desktop environment using (TCP method)
Open a new terminal to Termux and update Termux packages using the command
- pkg update
- pkg install x11-repo
- pkg install tigervnc xorg-xhost
- vncserver -geometry 1600x700 -listen tcp :1
- DISPLAY=:1 xhost +
- DISPLAY=:1 dbus-launch lxsession