How to install nvidia-modprobe - Ask Ubuntu


i having problems installing nvidia-modprobe in fresh install of ubuntu 16.04. please directions have no idea how this.

i cant see download link on https://launchpad.net/ubuntu/+source/nvidia-modprobe

there's no need manually download anything, since package available in ubuntu software repositories. (in general, it's preferable install packages repositories instead of manually downloading , installing them separately, unless have compelling reason second way.)


instructions:

first open terminal window (alt+ctrl+t).

now we'll make sure "multiverse" repository enabled. type following terminal window:

sudo apt-add-repository multiverse 

and refresh system's package lists ubuntu servers typing:

sudo apt update 

now should set install "nvidia-modprobe" package, can accomplished typing:

sudo apt install nvidia-modprobe 

note: if prompted sudo password, type own user password ubuntu.

please let me know if helpful or if ran problems.


Comments

Popular posts from this blog

Windows XP installation, no previous version of Windows NT - Super User

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu