09-19-2020, 02:49 PM
(09-19-2020, 08:20 AM)a-wai Wrote: You might find useful information here https://forum.pine64.org/showthread.php?tid=9815Decided to try again with a clean install of mobian just to be sure. I did make sure I was updated. Got "Unable to locate package anbox".
And btw, I just did a `sudo apt install anbox` on my device with no problem at all, did you apt update beforehand?
Code:
mobian@mobian:~$ ls /etc/apt/sources.list**
/etc/apt/sources.list
/etc/apt/sources.list.d:
extrepo_mobian.sources
mobian@mobian:~$ cat /etc/apt/sources.list
deb http://deb.debian.org/debian bullseye main
mobian@mobian:~$ cat /etc/apt/sources.list.d/*
Components: main non-free
Suites: mobian
Uris: http://repo.mobian-project.org/
Architectures: amd64 arm64 armhf
Types: deb deb-src
Signed-By: /var/lib/extrepo/keys/mobian.asc
Result of following the anbox installation instructions:
Code:
mobian@mobian:~$ sudo add-apt-repository ppa:morphis/anbox-support
More info: https://launchpad.net/~morphis/+archive/ubuntu/anbox-support
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmprjoad3cu/pubring.gpg' created
gpg: /tmp/tmprjoad3cu/trustdb.gpg: trustdb created
gpg: key 21C6044A875B67B7: public key "Launchpad PPA for morphis" imported
gpg: Total number processed: 1
gpg: imported: 1
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: no valid OpenPGP data found.
mobian@mobian:~$ sudo apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Ign:2 http://ppa.launchpad.net/morphis/anbox-support/ubuntu groovy InRelease
Err:3 http://ppa.launchpad.net/morphis/anbox-support/ubuntu groovy Release
404 Not Found [IP: 2001:67c:1560:8008::15 80]
Hit:4 http://repo.mobian-project.org mobian InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/morphis/anbox-support/ubuntu groovy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Code:
mobian@mobian:~$ uname -a
Linux mobian 5.7-pinetab #1 SMP PREEMPT Fri Sep 11 11:37:38 UTC 2020 aarch64 GNU/Linux