Why not androids terminal since android is base on linux this one just downloads debian
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Android userland is vastly different from 'linux' ie desktop linux people are used to. While there exists unshare/proot based containers (termux is an example) it might not be suitable for privileged features of kernel except for rooted devices.
Chromeos is much closer to desktop linux (init being upstart not systemd afaik) but still the 'linux' apps run inside crosvm to keep the locked down nature of the os intact.
makes sense and i thought termux uses the android terminal
chromeos yeah it makes sense aswell its linux with google spyware i seen some distros use sysvinit and runit instead of systemd (aka systemd-free distros)
Can't wait to have Google's telemetry injected into my Linux apps
Steam?
Steam requires it to be installed in an x86 environment, whether natively, or through emulation (and most x86 emulation has significant overhead and imperfections)
But java applications should run natively if you supply an appropriate build of java. I have an arm VPS that I've hosted several Minecraft servers on without any problems (other than those I created myself) and I also learned by accident that Microsoft's builds of OpenJDK actually work for (at least some) Minecraft versions that they aren't supposed to, so I have to wonder if that's a happy accident or intentional work by Microsoft
No, not unless you have an x86 Android device. While this will run Linux apps, it will be limited to the CPU architecture. Unless there is a x86 to ARM translation layer on Linux that I'm not aware of?
You can use QEMU's usermode emulation to transparently run ARM binaries with binfmt_misc on x86.
Unless there is a x86 to ARM translation layer on Linux that I’m not aware of?
https://steamdb.info/app/3043620/
It appears Valve is working on Proton for arm64, I was wondering if this is to attend the mobile market, a new Index or maybe a smaller Steam Deck.
box86/box64, and there's also FEX-emu which is used by the Asahi Linux project (Linux on Apple Silicon macbooks).