Updating NVIDIA drivers on CentOS based OS

Updating drivers on a VDS with an NVIDIA GPU running Almalinux

1. Log in to your VPS as root via SSH

2. Updating the driver package

Run the following command

$ dnf update -y

3. Reboot your VPS

Now, reboot your VPS with the following command

reboot

And done! You've successfully updated your NVIDIA drivers to their latest version available on the package manager.

Last updated