Erro ao instalar drivers nvidia no Asus ROG G553VD

0

Eu tenho um notebook Asus ROG G553VD e acabei de terminar para instalar o Ubuntu 17.10, baixado drivers da Nvidia do site oficial, mas quando eu tentando instalar instale este erro

Using: nvidia-installer ncurses user interface
-> Detected 8 CPUs online; setting concurrency level to 8.
-> License accepted.
-> Installing NVIDIA driver version 384.98.
-> Running distribution scripts
   executing: '/usr/lib/nvidia/pre-install'...
-> done.
-> The distribution-provided pre-install script failed!  Are you sure you want to continue? (Answer: Continue installation)
ERROR: Unable to find the development tool 'cc' in your path; please make sure that you have the package 'gcc' installed.  If gcc is installed on your system, then please check that 'cc' is in your PATH.
ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.

o que é um pacote 'gcc' e como instalar isso?

    
por David Navarro Astudillo 17.11.2017 / 19:11

1 resposta

0

O GCC é um compilador C. Você pode instalá-lo executando sudo apt install gcc no Terminal.

    
por SurvivalMachine 17.11.2017 / 19:23