mbn update - error: failed retrieving file 'community.db'
Archlinux News 2025-02-17 advised that [community] repository was to be removed on 2025-03-01
$ mbn update
:: Branch: archlinux
[sudo] password for nik:
:: Synchronising package databases...
core is up to date
extra 7.7 MiB 28.9 MiB/s 00:00 [########################################] 100%
community.db failed to download
error: failed retrieving file 'community.db' from mirrors.n-ix.net : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirrors.niyawe.de : The requested URL returned error: 404
error: failed to synchronize all databases (failed to retrieve some files)
Error: CalledProcessError: Command '['sudo', 'pacman', '-Sy', '--logfile', '/var/cache/manjaro-repos/archlinux/pacman.log', '--config', '/var/cache/manjaro-repos/archlinux/etc/pacman.conf']' returned non-zero exit status 1. 🤕
Update working after deleting community repositories in /var/cache/manjaro-repos/archlinux/etc/pacman.conf
[community]
Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
Edited by nik-gnomic