• 12 Posts
  • 59 Comments
Joined 5 years ago
cake
Cake day: October 28th, 2020

help-circle



  • LineageOS 22.2 (on FP4) does not seem to have that option yet.
    At least, it is not listed in the developer options.
    You can find it if you tap on the search button within developer options (or just general settings, as that also includes results from developer options) and type “terminal” or “linux”.
    The (Experimental) Run Linux terminal on Android result shows up.
    But after you tap on that, you see that toggle is greyed out. Can’t be enabled.

    I am interested in getting that to work, so any help is appreciated.
    There is hopefully some ADB command or something that forcefully enables Linux environment.












  • testman@lemmy.mltoLinux@lemmy.mlAlternatives to VirtualBox?
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    3 months ago

    As jet points out, QEMU for actual hardware virtualisation.

    There is one relevant thing, which is not exactly in the same category, but does somewhat similar thing:
    containers
    most popular example being Docker
    https://en.wikipedia.org/wiki/Containerization_(computing)
    containers don’t emulate whole hardware stack like virtual machines do, they just run the guest OS on top of host OS.
    so because they don’t put resources towards emulating hardware, they are much more resource efficient.
    so if your problem is “I’m running Fedora but I want to run something that for some reason runs just on Ubuntu”, then you could use containers for that.
    containers are mostly used in headless environments (as in servers, no GUI), so running and displaying desktop Linux inside them is a bit tricky, but it can be done.