Categories: Ubuntu

How to Clean Install NVIDIA Drivers on Ubuntu 22.04 LTS

Note: Insert a hyperlink on the highlighted phrase in red for easier access.

While installing the official NVIDIA drivers on Ubuntu 22.04 LTS, things may go wrong in many ways. This may result the official NVIDIA drivers to not work on your computer/laptop. In the worst-case scenario, the operating system break and it shows you a black screen.

To solve this problem, you can try to uninstall the official NVIDIA drivers completely from your Ubuntu 22.04 LTS operating system and try to install the official NVIDIA drivers again.

In this article, we will show you how to uninstall the official NVIDIA drivers from Ubuntu 22.04 LTS completely using the graphical user interface and the command line (in case you see a black screen).

Sponsored
Topic of Contents:

  1. Uninstalling the Official NVIDIA Drivers from Ubuntu via the Graphical User Interface
  2. Completely Uninstalling the Official NVIDIA Drivers from Ubuntu Using the Command Line
  3. Re-installing/Clean Installing the Official NVIDIA Drivers on Ubuntu
  4. Conclusion

Uninstalling the Official NVIDIA Drivers from Ubuntu via the Graphical User Interface

You can uninstall the official NVIDIA drivers from Ubuntu 22.04 LTS graphically using the “Additional Drivers” app.

To open the “Additional Drivers” app, search for it in the “Application Menu” of Ubuntu 22.04 LTS[1] and click on the “Additional Drivers” app icon[2].

In the “Additional Drivers” app, you should see that the official NVIDIA drivers are being used.

To uninstall the official NVIDIA drivers and switch to the open-source Nouveau drivers (which you need to see the video output on your monitor), select “Using X.Org X server – Nouveau display driver from xserver-xorg-video-nouveau (open-source)” and click on “Apply Changes”.

To confirm the action, type in your login password and click on “Authenticate”.

The official NVIDIA drivers are being uninstalled. It takes a few seconds to complete.

Once the official NVIDIA drivers are uninstalled and the Ubuntu 22.04 LTS switches to the open-source Nouveau drivers, click on “Close” to close the app.

For the changes to take effect, restart your computer/laptop with the following command:

$ sudo reboot

Once your computer/laptop starts, you should see that the Nouveau kernel modules are used instead of the official NVIDIA kernel modules. The official NVIDIA drivers are successfully uninstalled and the Ubuntu 22.04 LTS is successfully switched to the open-source Nouveau drivers.

$ lsmod | grep nvidia

$ lsmod | grep nouveau

Completely Uninstalling the Official NVIDIA Drivers from Ubuntu Using the Command Line

You can uninstall the official NVIDIA drivers completely from the command line of Ubuntu 22.04 LTS.

First, open a Terminal app on Ubuntu 22.04 LTS from the Application menu or press + + T.

Then, update the APT package repository cache with the following command:

Sponsored
$ sudo apt update

To completely remove the official NVIDIA drivers from Ubuntu 22.04 LTS, run the following command:

$ sudo apt remove –purge nvidia-*

To confirm the uninstallation action, press Y and then press .

The official NVIDIA drivers are being uninstalled. It takes a while to complete.

At this point, the official NVIDIA drivers should be uninstalled.

To remove the dependency packages of the official NVIDIA drivers as well, run the following command:

$ sudo apt autoremove –purge

To confirm the action, press Y and then press .

The dependency packages of the official NVIDIA drivers are being removed. It takes a while to complete.

At this point, all the dependency packages of the official NVIDIA drivers should be removed.

Run the following command to delete all the cached NVIDIA drivers packages along with the dependency packages to save a disk space:

$ sudo apt clean

For the changes to take effect, restart your computer/laptop with the following command:

$ sudo reboot

Once your computer/laptop starts, you should see that the Nouveau kernel modules are used instead of the official NVIDIA kernel modules. The official NVIDIA drivers are successfully uninstalled and Ubuntu 22.04 LTS is successfully switched to the open-source Nouveau drivers.

$ lsmod | grep nvidia

$ lsmod | grep nouveau

Reinstalling/Clean Installing the Official NVIDIA Drivers on Ubuntu

At this point, the official NVIDIA drivers should be completely uninstalled from Ubuntu 22.04 LTS. Now, you can try to install the official NVIDIA drivers on Ubuntu 22.04 LTS again. If you need any assistance in installing the official NVIDIA drivers on Ubuntu 22.04 LTS, check the article on how to install the NVIDIA Drivers on Ubuntu 22.04 LTS. If you need any assistance in upgrading the official NVIDIA drivers of Ubuntu 22.04 LTS, read the article on How to Update NVIDIA Drivers on Ubuntu 22.04 LTS.

Conclusion

We showed you how to completely uninstall the official NVIDIA drivers from Ubuntu 22.04 LTS using the graphical user interface and from the command line in case you see a black screen. Although you can uninstall the official NVIDIA drivers from Ubuntu 22.04 LTS graphically and from the command line, we recommend the command line method.

Ubuntu Server Admin

Recent Posts

Building RAG with enterprise open source AI infrastructure

One of the most critical gaps in traditional Large Language Models (LLMs) is that they…

12 hours ago

Life at Canonical: Victoria Antipova’s perspective as a new joiner in Product Marketing

Canonical is continuously hiring new talent. Being a remote- first company, Canonical’s new joiners receive…

1 day ago

What is patching automation?

What is patching automation? With increasing numbers of vulnerabilities, there is a growing risk of…

2 days ago

A beginner’s tutorial for your first Machine Learning project using Charmed Kubeflow

Wouldn’t it be wonderful to wake up one day with a desire to explore AI…

3 days ago

Ubuntu brings comprehensive support to Azure Cobalt 100 VMs

Ubuntu and Ubuntu Pro supports Microsoft’s Azure Cobalt 100 Virtual Machines (VMs), powered by their…

3 days ago

Ubuntu Weekly Newsletter Issue 870

Welcome to the Ubuntu Weekly Newsletter, Issue 870 for the week of December 8 –…

4 days ago