Anbox will not install - package missing

Hi,
I have installed the Image: Manjaro-ARM-plasma-mobile-pinephone-factory-20220114.img on a
PinePhone.


[root@manjaro-arm ~]# pacman -Suy
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do


[root@manjaro-arm ~]# pacman -S anbox
resolving dependencies...
looking for conflicting packages...

Packages (4) lxc-1:4.0.11-2  rsync-3.2.3-4  sdl2_image-2.0.5-2  anbox-0_git20211020-1

Total Download Size:    1.00 MiB
Total Installed Size:  30.85 MiB

:: Proceed with installation? [Y/n] y

:: Retrieving packages...
 anbox-0_git20211020-1-aarch64.pkg.tar.zst failed to download
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.zetup.net : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.nluug.nl : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.koddos.net : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.0xem.ma : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.clarkson.edu : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.math.princeton.edu : The requested URL returned error: 404

How to fix this ?

Update you database first:

sudo pacman -Syu anbox

should work.

thanks but no…

[root@manjaro-arm ~]# pacman -Suy anbox
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) anbox-0_git20211020-1

Total Download Size:   1.00 MiB
Total Installed Size:  3.13 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...

 anbox-0_git20211020-1-aarch64.pkg.tar.zst failed to download
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.zetup.net : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.nluug.nl : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.koddos.net : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.0xem.ma : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.clarkson.edu : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.math.princeton.edu : The requested URL returned error: 404
error: failed retrieving file 'anbox-0_git20211020-1-aarch64.pkg.tar.zst' from mirror.deace.id : Could not resolve host: mirror.deace.id
warning: too many errors from mirror.deace.id, skipping for the remainder of this transaction

Force update it is then:

sudo pacman -Syyu anbox

resolving dependencies...
looking for conflicting packages...

Packages (3) rtl8723bt-firmware-20200705.8840b10-2  rtl8723bt-firmware-megi-20211027.6e8e591-1 [removal]  anbox-0_git20210625-2

Total Download Size:   1.03 MiB
Total Installed Size:  3.09 MiB
Net Upgrade Size:      3.07 MiB

:: Proceed with installation? [Y/n] y

thanks that worked !

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.