packages icon indicating copy to clipboard operation
packages copied to clipboard

[BUG] Repo metadata unavailable on Rocky Linux 9.5

Open afeefmazlan opened this issue 6 months ago • 3 comments

Describe the bug Error 404 on downloading Terra repository metadata on Rocky Linux 9

To Reproduce Steps to reproduce the behavior:

  1. Open terminal
  2. Install terra by running "dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release"
  3. Search any package through dnf (example; dnf search zed)
  4. Terminal displays error:
Errors during downloading metadata for repository 'terra':
Status code: 404 for https://repos.fyralabs.com/terra9/repodata/repomd.xml
Error: Failed to download metadata for repo 'terra': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Ignoring repositories: terra

Expected behavior Zed was able to be listed using dnf search

Affected (please complete the following information):

  • Rocky Linux 9.5
  • Package [e.g. terra]

afeefmazlan avatar Jun 04 '25 07:06 afeefmazlan

We only support EL10. However, even in this case, Zed currently cannot be built on EL.

Note: The way to install Terra on EL is dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terrael$releasever' terra-release

GildedRoach avatar Jun 04 '25 07:06 GildedRoach

  • [ ] update website with el instructions
  • [x] update readme
  • [x] update devdocs

madonuko avatar Jun 09 '25 15:06 madonuko