Não foi possível instalar os drivers da nvidia - não foi possível localizar o pacote


15

[Atualização] Eu consigo instalar os 375 drivers usando

sudo apt-get install nvidia-375

mas o problema abaixo ainda persiste com o 381. [/ Update]

Então, ontem à noite, decidi atualizar meus drivers da nvidia para 381, seguindo alguns passos que encontrei online. Aqui estão os passos que segui:

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

Sempre que eu recebo o comando "sudo apt-get install nvidia-381", recebo "Não é possível localizar o pacote nvidia-381"

Eu procurei em todos os lugares e não consigo encontrar uma solução para isso. Alguma ideia?

Aqui está a minha saída:

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

Saídas adicionais:

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

Remova o xorg edgers ppa, poderia entrar em conflito? Apenas um palpite
Mark Kirby

@ MarkKirby Eu não acho que eles entrem em conflito. De qualquer forma, o pacote deve ser encontrado.
precisa saber é o seguinte

E os outros pacotes? Você pode instalar mais alguma coisa?
precisa saber é o seguinte

Sim, eu apenas instalei o kdenlive para testar e ele foi instalado corretamente.
Tyler Brady

Respostas:


33

Como esta é uma pesquisa de retorno listada no Google sobre o assunto, eu queria postar isso porque parece que as coisas mudaram.

Isso não funcionará para mim após uma nova instalação do Ubuntu Desktop 18.0.4:

sudo apt install nvidia-396

Isto irá :

sudo apt install nvidia-driver-396

Não faço ideia por que a sintaxe mudou. Faz com que muitas informações sobre a instalação de drivers Nvidia na Web sejam confusas. Tanto tempo perdido!


3
Foi o que finalmente funcionou para mim depois de horas tentando seguir informações conflitantes, incorretas ou incompletas em outras páginas (usei 410, não 396).
Grant Petty

1
Isto é o que eu tenho agora ..Unable to locate package nvidia-driver-396
zwep

@zwep Você já pode ter corrigido isso, mas se não, tente em sudo apt install nvidia-396vez de sudo apt install nvidia-driver-396.
precisa saber é

3
Isso funcionou para mim nvidia-driver-418.
Boris

3

Problema resolvido.

Ao verificar meus PPAs em Software e atualizações> Outro software, notei que o PPA de drivers gráficos estava listado VÁRIAS vezes na lista de PPA. Eu removi todos os PPAs relacionados a drivers gráficos e iniciei a instalação do zero e ele finalmente localizou e instalou os drivers nvidia-381.

Não sei por que o repositório foi listado tantas vezes, mas depois de remover e passar pela instalação novamente, finalmente funcionou.


graças, teve mesmo problema [também não sei porque teve muitos representantes semelhantes ...]
S12000

2

O segundo comando está errado. Deveria ser:

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

1
Ainda estou recebendo "Não foi possível localizar o pacote nvidia-381" depois de fazer essa alteração.
Tyler Brady

Você leu o que o terminal produz? Há qualquer mensagem de erro? Sugiro postar a saída do 2º e 3º comando PARA SUA PERGUNTA.
precisa saber é o seguinte

Nenhuma mensagem de erro do que eu posso ver. Eu adicionei a saída à postagem original.
Tyler Brady

1
não funciona Ainda estou recebendo o erro.
Aerin

0

sudo apt install nvidia-396

Para as GPUs GeForce 8 e 9 séries, use nvidia-340

Para as GPUs GeForce das séries 6 e 7, use nvidia-304


-1

Se você olhar para o ppa, o pacote será chamado "nvidia-graphics-drivers-381"

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

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

1
nvidia-381está lá se você parecer mais cuidadoso. Eu verifiquei e instala para mim.
precisa saber é o seguinte

@ Pilot6 linky?
Panther


E não há nvidia-graphics-drivers-381deb. Então o comando está errado. Voto negativo.
precisa saber é o seguinte

Veja os detalhes do pacote e você verá. É um pouco confuso.
precisa saber é o seguinte
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.