Benjamin-Loison / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
0 stars 0 forks source link

[Feature]: Run a virtual machine in Termux #46

Open Benjamin-Loison opened 3 weeks ago

Benjamin-Loison commented 3 weeks ago

Feature description

apt install virt-manager
Output: ``` Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package virt-manager ```
apt install virtualbox
Output: ``` Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package virtualbox ```

Related to #42.

Additional information

Not read.

Benjamin-Loison commented 2 weeks ago

Running Waydroid (closed-source) apps in such a virtual machine would be possibly more secure.

Benjamin-Loison commented 2 weeks ago

Related to Benjamin-Loison/waydroid/issues/21.

Benjamin-Loison commented 1 week ago

Related to Benjamin_Loison/virtualbox/issues/25.

Benjamin-Loison commented 1 week ago

If I remember correctly people mention qemu for this usage.

qemu
Output: ``` No command qemu found, did you mean: Command temu in package tinyemu from the x11-repo repository ```

Should first try on a computer.