Note
All the process is described in more detail in this video.
- First you need to install the following packages in Termux:
pkg update
pkg install x11-repo
pkg install termux-x11-nightly
pkg install pulseaudio
pkg install proot-distro
- Then install alpine proot:
proot-distro install alpine
- Update and upgrade the default packages:
apk update
apk upgrade
- Install needed packages:
apk add sudo nano dbus-x11 xfce4
- Create a new user and give it sudo privileges:
adduser droidmaster
nano /etc/sudoers
# Add the following line to the sudoers file
droidmaster All=(ALL:ALL) ALL
- If you want to install chromium:
apk add chromium
- startxfce4_alpine.sh
wget https://raw.githubusercontent.com/LinuxDroidMaster/Termux-Desktops/main/scripts/proot_alpine/startxfce4_alpine.sh
chmod +x startxfce4_alpine.sh
./startxfce4_alpine.sh