I can't install some packages, pamac says: "failed to retrieve some files"

Hi, i installed the latest stable manjaro gnome and its updates today. I was able to install some packages, but packages like “npm” or “telegram” could not be installed. Pamac says:

Resolving dependencies...
Checking inter-conflicts...
https://manjaro.re/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://manjaro.re/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.23m.com/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://mirror.23m.com/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.alpix.eu/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://mirror.alpix.eu/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.moson.org/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://mirror.moson.org/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.netcologne.de/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.netcologne.de/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://ftp.halifax.rwth-aachen.de/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://ftp.halifax.rwth-aachen.de/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://ftp.gwdg.de/pub/linux/manjaro/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://ftp.gwdg.de/pub/linux/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://manjaro.moson.eu/stable/community/x86_64/npm-7.21.1-1-any.pkg.tar.zst: Error 404
https://manjaro.moson.eu/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://manjaro.re/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.23m.com/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.alpix.eu/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.moson.org/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://mirror.netcologne.de/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://ftp.halifax.rwth-aachen.de/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://ftp.gwdg.de/pub/linux/manjaro/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
https://manjaro.moson.eu/stable/community/x86_64/nodejs-16.8.0-1-x86_64.pkg.tar.zst: Error 404
Failed to commit transaction:
failed to retrieve some files

I tried sudo pacman-mirrors -f && sudo pacman -Syyu, change mirrors from Germany to Worldwide, refresh mirrors, refresh databases but some packages like “npm” or “telegram” won’t install. I’m not using a vpn, is there anything else I should check?

mirror manjaro.re is break
add option --interactive to pacman-mirrors for remove this mirror

sudo pacman-mirrors -f5 --interactive && sudo pacman -Syyu
3 Likes

This worked, thanks

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