-
Notifications
You must be signed in to change notification settings - Fork 69
Anbox failed to install on Debian Stretch #33
Comments
I just saw the code of anbox-installer, and I saw that Debian was not in the "SUPPORTED_DISTROS" variable. |
Please try this #21 (comment) |
For sure we want. Only problem left before we can list debian as valid distribution is that we need to have a .deb package available which packages the necessary kernel modules for anbox (binder, ashmem). Once that exists we can mark Debian as supported. |
How long will it take to get support for Debian? |
I tested the deb install from the Ubuntu PPA on Debian Stretch and they at least install and the kernel modules build without error. |
I too want support for Debian, I tested the workaround on my stretch system and got an error regarding the repositories, probably because they are set up for PPAs. |
Hello,
I tried to install Anbox on my Debian Stretch computer with the following command :
sudo snap install --classic anbox-installer && anbox-installer
It failled and printed the following message :
So I searched on the web and I found this topic :
https://github.com/anbox/anbox/issues/196
And I tried this :
sudo apt-get install snapd -y && export PATH=$PATH:/snap/bin \ && sudo snap install --classic anbox-installer && anbox-installer
And I get this error :
So I opened this issue.
The text was updated successfully, but these errors were encountered: