Rocky RPI repo fail ... Version RockyRpi 8.6

I have 404 on dnf install … i have try dnf clean all and dnf update and dnf upgrade and nothing seem to work

Rocky image : RockyRpi 8.6

On dnf install

Errors during downloading metadata for repository 'rockyrpi':
  - Status code: 404 for https://mirrors.rockylinux.org/mirrorlist?arch=aarch64&repo=rockyrpi-8 (IP: 151.101.138.132)
Error: Failed to download metadata for repo 'rockyrpi': Cannot prepare internal mirrorlist: Status code: 404 for https://mirrors.rockylinux.org/mirrorlist?arch=aarch64&repo=rockyrpi-8 (IP: 151.101.138.132)

and i try to ping mirrors.rockylinux.org but it down i thinks

PING mirrors.rockylinux.org(2a04:4e42:20::644 (2a04:4e42:20::644)) 56 data bytes

--- mirrors.rockylinux.org ping statistics ---
327 packets transmitted, 0 received, 100% packet loss, time 333823ms

Thanks you and sorry for my bad english

i found this : Rocky Linux Repositories - Rocky Wiki but i am not sure what to do can you help me please

This too look like the same problem : Is a Repo down?

That repository no longer exists and was moved to a SIG repository instead. Verify the release packages you have:

rpm -q rocky-release-rpi

If it’s not rocky-release-rpi-8.0-3.el8, update: dnf update rocky-release-rpi rocky-release-altarch --disablerepo=rockyrpi.

[root@endpoint-unset rocky]# rpm -q rocky-release-rpi
rocky-release-rpi-8.0-1.el8.noarch

Wow thanks you a lot for the fast respond i love your software :slight_smile: it work fine now !!!

1 Like

@nazunalika it is possible to update the repository without the internet connection (Like download all on a usb device and install it offline ?) thanks

You would need to use dnf reposync to have a local repository. See man dnf-reposync

1 Like

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