Removing the Driver#
Follow the below steps to properly uninstall the NVIDIA driver from your system. These steps will ensure that the uninstallation will be clean.
Amazon Linux 2023, KylinOS 10, Red Hat Enterprise Linux 8/9, Rocky Linux 8/9, Oracle Linux 8/9
To remove NVIDIA driver:
# dnf module remove --all nvidia-driver
# dnf module reset nvidia-driver
Red Hat Enterprise Linux 10, Rocky Linux 10, Fedora 42
To remove NVIDIA driver:
# dnf remove nvidia-driver\*
Azure Linux 2/3
To remove NVIDIA driver:
# tdnf remove nvidia-driver-cuda
# tdnf autoremove
OpenSUSE and SLES
To remove NVIDIA driver:
# zypper remove \*nvidia\*
Ubuntu 22.04/24.04, Debian 12
To remove NVIDIA driver:
# apt remove --autoremove --purge -V nvidia-driver\* libxnvctrl\*