Adoptium repo for F44

Hi there,

I have upgraded from F43 to F44 and I do have two problems.

The Adoptium repo is wrong, and I am not able make the one I find at Adoptium work. Here is the error message from dnf update: Usable url not found.

Also I swapped out tuned with tlp. This works fine except that I get lot of SELinux error messages after reboot.

Does anyone have an idea how to fix this.

Probably because there is no repo for Fedora 44 (which isn’t even a beta release, BTW) yet:

~ ❯ curl -L 'https://packages.adoptium.net/artifactory/rpm/fedora/43/x86_64'
<!DOCTYPE html>
<html>
<head><meta name="robots" content="noindex" />
<title>Index of rpm/fedora/43/x86_64</title>
</head>
<body>
<h1>Index of rpm/fedora/43/x86_64</h1>
<pre>Name      Last modified      Size</pre><hr/>
<pre><a href="../">../</a>
<a href="Packages/">Packages/</a>  23-Oct-2025 20:47    -
<a href="repodata/">repodata/</a>  02-Feb-2026 10:00    -
</pre>
<hr/><address style="font-size:small;">Artifactory Online Server</address></body></html>⏎           

~ ❯ curl -L 'https://packages.adoptium.net/artifactory/rpm/fedora/44/x86_64'
{
  "errors" : [ {
    "status" : 404,
    "message" : "File not found.; Path: 'rpm:fedora/44/x86_64'"
  } ]
}⏎  

Their baseurl contains $releasever (just like the URLs of the Fedora repos):

baseurl=https://packages.adoptium.net/artifactory/rpm/${DISTRIBUTION_NAME:-$(. /etc/os-release; echo $ID)}/\$releasever/\$basearch

So after the update it is looking for a URL with 44, which apparently they haven’t created yet.

1 Like

Looks like they created their Fedora 43 repo around the end of October 2025. So if that’s their usual working practice, their F44 won’t be available until the F44 release date (or even a bit after).

1 Like

This should probably be raised as a separate topic with a relevant title.

Why?

I don’t need PCI-E or other power states changed, so I remove tuned and use x86_energy_perf_policy to set CPU states based on AC or battery and auto-set with udev (power = performance, battery = balanced + no Turbo; notes)

Thanks, I will do that.

Thanks Lars,

but I do find this:

Link to adoptium repo. (I seems to have a problem with copy/paste of url)

But I can’t work out how to refer to it.

One way would be to upgrade to rawhide, then $releasever resolves to that version. :wink:

The other is to look for your Adoptium repo file in /etc/yum.repos.d and in it change the baseurl to have a hardcoded rawhide instead of $releasever.

Thanks Lars,

I think I go by editing the repo file and change it back again when F44 is ready.

1 Like