Linux - get rid of all NVIDIA drivers from pc

You can see which NVIDIA packages are installed on your pc, typing
  • dpkg -l | grep -i nvidia
and you can take note of the right package's name to uninstall.

It's not always recommended but you can use this command to remove it all in one shot:
  • sudo apt-get autoremove nvidia*

No comments:

Post a Comment