Trying to install Wine on Rpi 3b+: Error 404 after trying to install multlib databases

[username@SystemName ~]$ sudo pacman -Syyu
[sudo] password for username: 
:: Synchronizing package databases...
 core                  238.7 KiB   280 KiB/s 00:01 [#######################] 100%
 extra                   2.4 MiB  1371 KiB/s 00:02 [#######################] 100%
 community               6.1 MiB  2.74 MiB/s 00:02 [#######################] 100%
 multilib.db failed to download
error: failed retrieving file 'multilib.db' from mirrors manjaro org : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirrors aliyun com : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirrors netix net : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirror1 cl netactuate com : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from ftp gwdg de : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from manjaro ipacct com : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirrors tuna tsinghua edu cn : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirrors opensource is : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
[username@SystemName ~]$ 

Periods have been replaced with spaces because links are not allowed and it’s easiest to just replace them.

Welcome to the forum!

Have you tried to refresh your mirror list first? :arrow_down:

sudo pacman-mirrors -f 5 && sudo pacman -Syyu

… or… :arrow_down:

sudo pacman-mirrors -f 5 && pamac update

I have not tried that, after running that with modified and unmodified SigLevel it still returns 404s just not as many. I’m basically trying to install wine if that helps. If there’s another way to do it properly or manually, I’ll search that up but I’d rather just do it through the terminal if possible.

[username@SystemName ~]$ sudo pacman-mirrors -f 5 && sudo pacman -Syyu
[sudo] password for username: 
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https //repo manjaro org/mirrors json
::INFO => Mirror status: http //repo manjaro org/status json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  1.737 Spain          : https //ftp caliu cat/pub/distribucions/manjaro/
  1.283 Finland        : https //manjaro kyberorg fi/
  2.250 Brazil         : https //manjaro c3sl ufpr br/
  1.794 Georgia        : https //repos silknet com/manjaro/
  2.604 Singapore      : https //download nus edu sg/mirror/manjaro/
::INFO Writing mirror list
::Finland         : https //manjaro kyberorg fi/arm-stable
::Spain           : https //ftp caliu cat/pub/distribucions/manjaro/arm-stable
::Georgia         : https //repos silknet com/manjaro/arm-stable
::Brazil          : https //manjaro c3sl ufpr br/arm-stable
::Singapore       : https //download nus edu sg/mirror/manjaro/arm-stable
::INFO Mirror list generated and saved to  /etc/pacman d/mirrorlist
:: Synchronizing package databases...
 core                  238.7 KiB   208 KiB/s 00:01 [#######################] 100%
 extra                   2.4 MiB  1486 KiB/s 00:02 [#######################] 100%
 community               6.1 MiB  2.07 MiB/s 00:03 [#######################] 100%
 multilib.db failed to download
error: failed retrieving file 'multilib.db' from manjaro kyberorg fi : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from ftp caliu cat : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from repos silknet com : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from manjaro c3sl ufpr br : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from download nus edu sg : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
[username@SystemName ~]$

Sorry for the time waster, realized after some quick searches wine on arm64 is difficult and multi-arching is to much effort for what I’m ultimately trying to accomplish. For anyone persistent enough you can find the how to on the Debian wiki /Multiarch/HOWTO

We don’t have [multilib] repo or Wine in our ARM repo at all.

1 Like

Try twister os or raspian or Ubuntu 32 bit isos

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