• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

By Sourabh / March 17, 2026 Category: How To, Ubuntu

Use the Additional Drivers tool in Ubuntu to install Proprietary Drivers in Linux Ubuntu Systems using Terminal using Ubuntu-drivers autoinstall command.

Before you begin, you must check the current Drivers installed on the system. This is often the safest way to identify hardware before installing the drivers. To do so, run the following commands:

lspci

or

lsusb

or

lsmod

or for detailed information, run:

sudo lshw -c display

or

ubuntu-drivers devices

Method 1: Install Drivers in Ubuntu vai GUI

  • Open Software & Updates and navigate to the Additional Drivers tab.
  • Here, you will see the recommended drivers (proprietary and tested ones).
  • Ubuntu System will automatically scan for the available proprietary drivers
  • Once done, select the recommended driver and click Apply Changes
  • Reboot the system.

Method 2: Install Drivers in Ubuntu via Terminal (Commandline)

Open Terminal and run the following command to automatically install all the recommended drivers (the best available proprietary drivers):

sudo ubuntu-drivers autoinstall

You can also install the specific drivers using the command-line interface. For example to install the latest recommended nvidia driver which is nvidia-driver-470, run the following command in the terminal.

sudo apt install nvidia-driver-470

or

sudo ubuntu-drivers install nvidia:470

After the installation, reboot the system.

NOTE: You can search for all the available drivers using the command “ubuntu-drivers devices”.

Update Drivers

You can easily update the drivers with system updates. Simply, run:

sudo apt update && sudo apt upgrade

This is how to update and install drivers in Linux Ubuntu System.

You can also follow the NVIDIA drivers installation Page (Official) which shows how to install the NVIDIA drivers from the command line, using either the ubuntu-drivers tool (recommended), or APT.

Primary Sidebar

Latest Posts

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

How To Password Protect A Folder In Linux Command Line

Best Download Managers for Ubuntu Linux (2026 Edition)

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap