No se pueden instalar los controladores de nvidia - no se puede localizar el paquete


15

[Actualización] Puedo instalar los controladores 375 bien usando

sudo apt-get install nvidia-375

pero el problema a continuación aún persiste con 381. [/ Actualización]

Así que anoche decidí actualizar mis controladores nvidia a 381 siguiendo algunos pasos que encontré en línea. Aquí están los pasos que seguí:

sudo apt-get purge nvidia*
sudo add-apt-repository ppa:graphics-drivers
sudo apt-get update
sudo apt-get install nvidia-381

Cada vez que llego al comando "sudo apt-get install nvidia-381" recibo "No se puede localizar el paquete nvidia-381"

He buscado en todas partes y no puedo encontrar una solución para esto. ¿Algunas ideas?

Aquí está mi salida:

tyler@tyler-ubuntu:~$ sudo add-apt-repository ppa:graphics-drivers/ppa
 Fresh drivers from upstream, currently shipping Nvidia.

## Current Status

Current official release: `nvidia-381` (381.22)
Current long-lived branch release: `nvidia-375` (375.66)

For G8x, G9x and GT2xx GPUs use `nvidia-340` (340.102)
For NV4x and G7x GPUs use `nvidia-304` (304.135)

Support timeframes for Unix legacy GPU releases:
https://nvidia.custhelp.com/app/answers/detail/a_id/3142

## What we're working on right now:

- Normal driver updates
- Help Wanted: Mesa Updates for Intel/AMD users, ping us if you want to help do this work, we're shorthanded.

## WARNINGS:

This PPA is currently in testing, you should be experienced with packaging before you dive in here:

Volunteers welcome! See also: https://github.com/mamarley/nvidia-graphics-drivers/

### How you can help:

## Install PTS and benchmark your gear:

    sudo apt-get install phoronix-test-suite

Run the benchmark:

    phoronix-test-suite default-benchmark openarena xonotic tesseract gputest unigine-valley

and then say yes when it asks you to submit your results to openbechmarking.org. Then grab a cup of coffee, it takes a bit for the benchmarks to run. Depending on the version of Ubuntu you're using it might preferable for you to grabs PTS from upstream directly: http://www.phoronix-test-suite.com/?k=downloads

## Share your results with the community:

Post a link to your results (or any other feedback to): https://launchpad.net/~graphics-drivers-testers

Remember to rerun and resubmit the benchmarks after driver upgrades, this will allow us to gather a bunch of data on performance that we can share with everybody.

If you run into old documentation referring to other PPAs, you can help us by consolidating references to this PPA.

If someone wants to go ahead and start prototyping on `software-properties-gtk` on what the GUI should look like, please start hacking!

## Help us Help You!

We use the donation funds to get the developers hardware to test and upload these drivers, please consider donating to the "community" slider on the donation page if you're loving this PPA:

http://www.ubuntu.com/download/desktop/contribute
 More info: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmpf35j9cfi/pubring.gpg' created
gpg: /tmp/tmpf35j9cfi/trustdb.gpg: trustdb created
gpg: key FCAE110B1118213C: public key "Launchpad PPA for Graphics Drivers Team" imported
gpg: Total number processed: 1
gpg:               imported: 1
OK
tyler@tyler-ubuntu:~$ sudo apt-get update
Hit:1 http://repo.steampowered.com/steam precise InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:3 http://packages.microsoft.com/repos/vscode stable InRelease              
Hit:4 http://us.archive.ubuntu.com/ubuntu zesty InRelease                      
Hit:5 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu zesty InRelease     
Hit:6 http://dl.google.com/linux/chrome/deb stable Release                     
Get:7 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]     
Hit:8 http://us.archive.ubuntu.com/ubuntu zesty-updates InRelease              
Get:9 http://us.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]  
Hit:10 http://ppa.launchpad.net/noobslab/macbuntu/ubuntu zesty InRelease       
Hit:11 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu zesty InRelease         
Fetched 178 kB in 0s (204 kB/s)                                                
Reading package lists... Done
tyler@tyler-ubuntu:~$ sudo apt-get install nvidia-381
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package nvidia-381

Salidas adicionales:

tyler@tyler-ubuntu:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
tyler@tyler-ubuntu:~$ apt-cache policy nvidia-381
N: Unable to locate package nvidia-381

Retire el xorg edgers ppa, ¿podría entrar en conflicto? Solo una suposición
Mark Kirby el

@ MarkKirby No creo que entren en conflicto. De todos modos, el paquete debe ser encontrado.
Pilot6 el

¿Qué pasa con otros paquetes? ¿Puedes instalar algo más?
Pilot6 el

Sí, acabo de instalar kdenlive para probar y se instaló bien.
Tyler Brady

Respuestas:


34

Debido a que esta es una de las principales búsquedas de retorno en Google sobre el tema, quería publicar esto porque parece que las cosas han cambiado.

Esto no funcionará para mí después de una nueva instalación de Ubuntu Desktop 18.0.4:

sudo apt install nvidia-396

Esta voluntad :

sudo apt install nvidia-driver-396

No tengo idea de por qué cambió la sintaxis. Confunde mucha información sobre la instalación de controladores de Nvidia en la web. ¡Tanto tiempo perdido!


3
Esto es lo que finalmente funcionó para mí después de horas de intentar seguir información conflictiva, incorrecta o incompleta en otras páginas (usé 410, no 396).
Grant Petty

1
Esto es lo que tengo ahora ..Unable to locate package nvidia-driver-396
zwep

@zwep Es posible que ya haya solucionado esto, pero si no, intente en sudo apt install nvidia-396lugar de hacerlo sudo apt install nvidia-driver-396.
dearN

3
Esto funcionó para mí con nvidia-driver-418.
Boris

3

Problema resuelto.

Al verificar mis PPA en Software y actualizaciones> Otro software, noté que el PPA de los controladores de gráficos aparecía VARIAS veces en la lista de PPA. Eliminé todos los PPA relacionados con los controladores de gráficos y comencé la instalación desde cero y finalmente localicé e instalé los controladores nvidia-381.

No estoy seguro de por qué el repositorio se enumeró tantas veces, pero, sin embargo, después de eliminar y volver a realizar la instalación, finalmente funcionó.


gracias, tuve el mismo problema [tampoco sé por qué tuve tantas repeticiones similares ...]
S12000

2

El segundo comando está mal. Debería ser:

sudo add-apt-repository ppa:graphics-drivers/ppa

1
Todavía recibo "No se puede ubicar el paquete nvidia-381" después de realizar este cambio.
Tyler Brady

¿Lees lo que sale el terminal? ¿Hay algún mensaje de error? Sugiero publicar la salida del segundo y tercer comando A SU PREGUNTA.
Pilot6 el

No hay mensaje de error de lo que puedo ver. He agregado el resultado a la publicación original.
Tyler Brady el

1
no funciona Todavía recibo el error.
Aerin

0

sudo apt install nvidia-396

Para las GPU GeForce de las series 8 y 9, utilice nvidia-340

Para las GPU GeForce de las series 6 y 7, utilice nvidia-304


-1

Si observa el ppa, el paquete se llama "nvidia-graphics-drivers-381"

https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa/+packages

sudo apt-get install nvidia-graphics-drivers-381

1
nvidia-381está ahí si te ves con más cuidado. Lo comprobé y se instala por mí.
Pilot6 el

@ Pilot6 linky?
Panther


Y no hay nvidia-graphics-drivers-381deb. Entonces el comando está equivocado. Voto a favor.
Pilot6

Mire los detalles del paquete y verá. Es un poco confuso.
Pilot6 el
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.