Your suggestions seem very complete except for that command.
As written it will also remove the nvidia-gpu-firmware package which is required for many GPUs.
Changing that to sudo dnf remove \*nvidia\* --exclude nvidia-gpu-firmware
will avoid that issue.
If already removed then reinstall it with sudo dnf install nvidia-gpu-firmware
1 Like