Cmmunity.db failed to download

Hello,

When I try to update via GUI it doesn’t work and then via command line I get the following:

:: Synchronizing package databases...
 Reborn-OS is up to date
 core is up to date
 extra is up to date
 community.db failed to download
 multilib is up to date
error: failed retrieving file 'community.db' from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file 'community.db' from opencolo.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirrors.celianvdb.fr : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.wormhole.eu : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.oldsql.cc : The requested URL returned error: 404
error: failed retrieving file 'community.db' from ftp.osuosl.org : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirrors.eric.ovh : The requested URL returned error: 404
error: failed retrieving file 'community.db' from ftp.agdsn.de : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirrors.jtremesay.org : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.juniorjpdj.pl : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)

Thanks!

It seems like a faulty mirror. Please run the below on a terminal:

sudo refresh-mirrors

sudo pacman -Syu
1 Like

Thank you, this fixed it!

1 Like

The community repo was integrated into the extra repo as part of Arch Linux’s transition to a Git-based repository system.

It should either not be in pacman.conf or commented out.

2 Likes

Oh thanks for the heads up! I just updated it now

1 Like