Install Anbox in openSUSE Tumbleweed
How to install Anbox in openSUSE Tumbleweed ( without snap ) Anbox from the snap package can be slow depending on your hardware . Here are some steps that i found to install and use Anbox with native rpm packages on openSUSE Tumbleweed and Leap (possibly) . 1. install kernel-default , anbox , properties-cpp from repo     https://build.opensuse.org/project/show/home:munix9:test 2. Reboot openSUSE with the newley installed kernel-default . 2 . Load some kernel modules     sudo modprobe ashmem_linux && sudo modprobe binder_linux 3. Download latest android image from https://build.anbox.io/android-images/ and put it as /var/lib/anbox/android.img . 4. After that    systemctl enable --now anbox-container-manager.service and then systemctl --user enable --now anbox-session-manager.service . 5. start anbox from the terminal using    anbox launch --package=org.anbox.appmgr --component=org.anbox.appm...