Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Anbox failed to install on Debian Stretch #33

Open
Takiguchi72 opened this issue Apr 29, 2017 · 6 comments
Open

Anbox failed to install on Debian Stretch #33

Takiguchi72 opened this issue Apr 29, 2017 · 6 comments

Comments

@Takiguchi72
Copy link

Takiguchi72 commented Apr 29, 2017

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 :

anbox-installer: command not found

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 :

anbox-installer 1 from 'morphis' installed
Anbox (Android in a Box) - Installer

IMPORTANT: THIS IS ALPHA LEVEL SOFTWARE. EXPECT INSTABILITY AND
BUGS !!!!!

IMPORTANT: ALSO PLEASE BE AWARE THAT WE DON'T PROVIDE FULL
CONFINEMENT FOR THE SNAP YET !!!!

PLEASE NOTE: This script will require root access on your system
to install all necessary things. It will prompt you to enter your
password when required.

ERROR: You are running the installer on an unsupported distribution.
At the moment we only support the following distributions:

Ubuntu, LinuxMint, neon, elementary

If your distribution is in the list but you still see this message, open
an issue here: https://github.com/anbox/anbox-installer

So I opened this issue.

@Takiguchi72
Copy link
Author

Takiguchi72 commented Apr 29, 2017

I just saw the code of anbox-installer, and I saw that Debian was not in the "SUPPORTED_DISTROS" variable.
I don't know if you wantted to support this distro with your script

@zarEclEC
Copy link

zarEclEC commented May 1, 2017

Please try this #21 (comment)
And then, let us know if your distro works

@morphis
Copy link
Member

morphis commented May 4, 2017

I don't know if you wantted to support this distro with your script

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.

@Brando-code
Copy link

How long will it take to get support for Debian?

@jmetzmeier
Copy link

I tested the deb install from the Ubuntu PPA on Debian Stretch and they at least install and the kernel modules build without error.

@Luticus
Copy link

Luticus commented Dec 29, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants