Sorry if my problem is stupid. I’m new to Rocky Linux, and my terminal is just not working after I installed AMD GPU driver and failed. Even I reboot the computer.
It’s just shown the same texts whatever I tried to install from another source or another thing.
How can I solve that? Is there any system file my computer lack?
The name of the third-party repo is probably “amdgpu” (rather than “radeon”).
Following the link in screenshot (BTW, copy-pasting text to posts would be nicer than screenshots) Index of /amdgpu/6.4.4/ neither the el nor the rhel subdirs there have a 10.0 subdir. There probably is no repo for el10 (yet).
The ad hoc--disablerepo=amdgpu will get tedious. It is better to disable the broken repo for good:
sudo dnf config-manager --disable amdgpu
(it is still possible to ad hoc access disabled repo with sudo dnf --enablerepo=amdgpu …)
I was under impression that Rocky has the AMD GPU driver? I.e. no need to install anything.
sudo dnf history shows past transactions. It has also possibility to undo a past transaction, i.e. remove what was installed.