←back to thread

744 points mikenew | 1 comments | | HN request time: 0.273s | source
Show context
aucisson_masque ◴[] No.44017593[source]
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.

replies(3): >>44017644 #>>44017733 #>>44017736 #
1. kllrnohj ◴[] No.44017733[source]
> 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.