• 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 / On Linux Mint, Install Nvidia Driver Via Command Line

On Linux Mint, Install Nvidia Driver Via Command Line

By Sourabh / February 14, 2023 Category: How To

How to install Nvidia driver in Linux Mint. On Linux Mint, use these commands to install Nvidia driver via command line and then change graphics driver command line.

Linux Mint Install Nvidia Driver Command Line

Open terminal and run the following command:

$ lspci | grep VGA
$ lsmod | grep nvidia

Note that the above command is used to check the GPU hardware which is already installed on your computer.

As y ou must be aware that by default, Linux Mint 21 uses the open-source Nouveau drivers, not the official NVIDIA drivers. If you are not sure whether you’re using the open-source Nouveau drivers, you can check the same using the following command:

$ lsmod | grep nouveau

Terminal commands to install Nvidia GPU driver on Linux Mint:

$ sudo apt update
$ sudo apt install nvidia-driver-
$ sudo apt install nvidia-driver-525
$ sudo reboot
$ lsmod | grep nouveau
$ lsmod | grep nvidia

Once installed you can run the nvidia-smi command which can print the NVIDIA GPU usage information.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

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

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