Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
papampi
on 22/09/2017, 10:31:26 UTC
Is there a way i can update the nvidia drivers on NVOC v0019?
I've downloaded the latest drivers 384.90 as of 21-9-2017 but im not 100% on how to upgrade the existing drivers.
if you have downloaded the .dpkg run this command

Code:
sudo dpkg -i Package_Name.dpkg

But its better to update from repo with :
Code:
sudo apt update
sudo apt install nvidia-384

Or fully update/upgrade system with:

Code:
sudo apt update && sudo apt upgrade