Skip to content

Instantly share code, notes, and snippets.

@Adam-S-Amir
Last active July 30, 2023 09:37
Show Gist options
  • Save Adam-S-Amir/29b651902cf26de3c949aef8258cd00b to your computer and use it in GitHub Desktop.
Save Adam-S-Amir/29b651902cf26de3c949aef8258cd00b to your computer and use it in GitHub Desktop.
Install NVIDIA drivers Linux

Linux is overly stupid, so heres an easy way to install NVIDIA drivers despite what all those other websites say you should do. This way is quick and easy.

sudo apt-get update &&

sudo apt-get -y full-upgrade &&

sudo apt-get -y autoremove &&

sudo reboot

sudo apt install nvidia-driver nvidia-cuda-toolkit &&

sudo reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment