• 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

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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