Nvidia Driver Installation on Ubuntu
October 3, 2025
Ubuntu
Nvidia Driver Installation
- Check if the driver is already installed by running
nvidia-smi. To remove the driver, runsudo apt purge nvidia*followed bysudo apt autoremove. - First, run
sudo apt update. - Install the correct Linux headers
sudo apt install linux-headers-$(uname -r). - Install ubuntu-drivers
sudo apt install ubuntu-drivers-common. - Install the recommended driver from
ubuntu-drivers devices, e.g.sudo apt install nvidia-driver-550. - Remember to reboot the system.