←back to thread

677 points mikenew | 7 comments | | HN request time: 0.001s | source | bottom
1. 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 #
2. ErrorNoBrain ◴[] No.44017644[source]
Android has a terminal in the newer beta versions, indeed - a proper one

it was sorta possible before too, but now, it can start up programs with a window etc (and of course someone ran doom on it)

3. 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.

4. dzikimarian ◴[] No.44017736[source]
I have Android 15 (regular release) and it's there. Feels snappy I didn't use it to run desktop environment though.
replies(1): >>44018759 #
5. shlomo_z ◴[] No.44018759[source]
Does it include package management? Can you run Python for example?
replies(2): >>44020088 #>>44020091 #
6. transpute ◴[] No.44020088{3}[source]
Yes, it has full access to Debian repos.
7. dzikimarian ◴[] No.44020091{3}[source]
Yes, this is Debian, apt is present and working. I was able to install & use mtr for example.

However for python I got "no install candidate". Probably doable after adding necessary package repos