How To Install Proprietary Drivers In Ubuntu 22.04 LTS In 2024
Proprietary drivers are often referred to the drivers like Nvidia drivers, wifi drivers, network drivers, and others. Let’s jump into the tutorial to see the method to install proprietary drivers on Ubuntu and it’s derivatives.
How To Install Proprietary Drivers In Ubuntu 22.04 LTS In 2024
Install Proprietary Drivers In Ubuntu Via Command Line
First, You need to check the available drivers for Ubuntu 22.04 LTS. Run the following commands on Ubuntu 22.04 LTS to see the list of the available drivers for your Ubuntu.
sudo ubuntu-drivers list
sudo ubuntu-drivers list --gpgpu
Run the following command if you know the exact name of the driver you wish to install.
sudo ubuntu-drivers install driver-name
Run the following command if you want to install the drivers for generic use. It will install the best-matched drivers for your Ubuntu 22.04 LTS.
sudo ubuntu-drivers install
How to Install Proprietary Drivers on Ubuntu 22.04 LTS via GUI
In this method, you can install proprietary drivers on Ubuntu via GUI. Follow the steps mentioned below to install Proprietary drivers on Ubuntu 22.04 LTS.
- Open “Software and Updates“.
- Move to the “Additional Drivers” section.
- Select the driver that you want to install from the options
- Click on “Apply Changes“