I seem to se this a lot. I happen to have issues with the GPU in this old iMac… I don’t know how to fix this. Presumably uninstall and try an earlier one? If so how do I do that?
Updating and loading repositories:
RPM Fusion for Fedora 43 - Nonfree - Updates 100% | 3.3 KiB/s | 15.6 KiB | 00m05s
RPM Fusion for Fedora 43 - Free - Updates 100% | 3.8 KiB/s | 11.8 KiB | 00m03s
Fedora 43 - x86_64 - Updates 100% | 7.5 KiB/s | 13.9 KiB | 00m02s
AMD Graphics 7.2 repository 100% | 1.2 KiB/s | 2.2 KiB | 00m02s
>>> Status code: 404 for https://repo.radeon.com/graphics/7.2/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/graphics/7.2/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/graphics/7.2/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/graphics/7.2/el/43/main/x86_64/repodata/r
>>> Usable URL not found
AMDGPU 30.30 repository 100% | 1.2 KiB/s | 2.2 KiB | 00m02s
>>> Status code: 404 for https://repo.radeon.com/amdgpu/30.30/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/amdgpu/30.30/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/amdgpu/30.30/el/43/main/x86_64/repodata/r
>>> Status code: 404 for https://repo.radeon.com/amdgpu/30.30/el/43/main/x86_64/repodata/r
>>> Usable URL not found
Repositories loaded.
Ohh. The PC I’m building is an AMD machine? Is this going to effect that? Should I be looking at a different distro? And would that affect Steam compatibility.
Ok. I started to look that up and while the explanations seemed to make some kind of sense I could not put anything into practice. One thing I wasn’t sure was how to target them. So found I could dnf repolist which showed those as amdgpu and amdgraphics respectively. So I wasn’t sure how to format the command thus asked an ai. I guess it’s one of their actual strengths and better uses. I hate myself for it. But it instructed me to sudo rm /etc/yum.repos.d/repo-name.repo which I first did for amdgpu and that seemed to work as it disappeared from the list after re-listing. So I did it for the second one but it failed with “no such file or directory” but remains in the list after re-listing again. I repeatedly checked the spelling and it all looks correct.
(1) $ ls /etc/yum/repos.d
ls: cannot access '/etc/yum/repos.d': No such file or directory
(1.2) $ dnf repolist
repo id repo name
amdgraphics AMD Graphics 7.2 repository
(2) $ sudo rm /etc/yum.repos.d/amdgraphics.repo
rm: cannot remove '/etc/yum.repos.d/amdgraphics.repo': No such file or directory