How To Install Ubuntu on Android without no root
  • 10 months ago
```
apt update -y
apt install sudo gvfs-daemons xfce4 xfce4-terminal thunar-archive-plugin ffmpeg tzdata apt-utils xz-utils vim dbus-x11
```
```
pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
proot-distro login --user username ubuntu --shared-tmp --bind /dev/null:/proc/sys/kernel/cap_last_cap
```

links pinned on comments
https://androidyme.blogspot.com/?m=1

modified Ubuntu: https://androidyme.blogspot.com/2023/06/run-ubuntu-gui-on-termux-with.html?m=1
Recommended