This doesn’t look like another alpine vm. But maybe I misread the install script. I see it uses apt so some sort of Debian base? If so, no root, GPU accelerated, not virtualized, Linux on Android is quite the accomplishment.
You never needed a VM to run Linux apps on Android. Android can run Linux apps because it is already a Linux operating system. This is like referring to a docker container as “running Linux on Debian” or whatever.
Just to put it out here. Termux has proot-distro that allows you to run qite a few distros as containers. Technically not a VM afaik. I find it useful, because it is sometimes simpler to wipe that instead of reinstalling Termux.
This doesn’t look like another alpine vm. But maybe I misread the install script. I see it uses apt so some sort of Debian base? If so, no root, GPU accelerated, not virtualized, Linux on Android is quite the accomplishment.
You never needed a VM to run Linux apps on Android. Android can run Linux apps because it is already a Linux operating system. This is like referring to a docker container as “running Linux on Debian” or whatever.
docker is technically running linux on debian though
If by Linux you mean “literally everything except Linux” though, then sure. But I prefer to say what I mean and mean what I say
wait, is docker not running a linux environment?
It’s an installer for Termux packages. You can do the same thing manually in Termux shell, if you know the names of packages you are installing.
And yes, Termux uses Debian apt package manager.
Though they recommend to use their pkg wrapper instead right?
Thanks, that was definitely the missing piece in my understanding.
Just to put it out here. Termux has
proot-distrothat allows you to run qite a few distros as containers. Technically not a VM afaik. I find it useful, because it is sometimes simpler to wipe that instead of reinstalling Termux.