Comment by aucisson_masque
Comment by aucisson_masque a day ago
I think the next version of Android is supposed to include a terminal that can run Linux.
I don't know the specifics but it would be better than having to root the phone and use chroot.
It's sad that a phone running java on top of Linux isn't able to run Linux app without big downside like termux and proot. Hopefully it changes.
> It's sad that a phone running java on top of Linux isn't able to run Linux app
It can. It just can't run something expecting glibc, X11, Wayland, or any of the other large number of userspace libraries that Android doesn't have.
But a pure Linux app works no problem. Just shell in and run it, easy.