Error mirrors

Hello, I don’t know how to solve the problem. I’m trying to download files in fedore and I get this error: Cannot download Packages/c/clang-tools-extra-14.0.5-1.fc36.x86_64.rpm: All mirrors were tried; Last error: Status code: 404 help me please

are you performing

sudo dnf install clang-tools-extra

or

 sudo dnf install clang

?

If that fails, run sudo dnf clean all, followed by sudo dnf update

clang-tools-extra - Fedora Packages says that latest package is 14.0.5-2.fc36, not -1

Manual download from here: clang | Package Info | koji

3 Likes

You can also try dnf upgrade --refresh then try and install with what augenauf posted