nvidia 드라이버를 설치할 수 없습니다-패키지를 찾을 수 없습니다


15

[업데이트] 사용하여 375 드라이버를 잘 설치할 수 있습니다

sudo apt-get install nvidia-375

아래 문제는 여전히 381로 지속됩니다. [/ Update]

그래서 지난 밤에 온라인에서 찾은 몇 단계를 따라 nvidia 드라이버를 381로 업데이트하기로 결정했습니다. 내가 따르는 단계는 다음과 같습니다.

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

"sudo apt-get install nvidia-381"명령을받을 때마다 "nvidia-381 패키지를 찾을 수 없습니다"라는 메시지가 나타납니다.

나는 모든 곳을 검색했지만 이것에 대한 해결책을 찾을 수 없습니다. 어떤 아이디어?

내 출력은 다음과 같습니다.

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

추가 출력 :

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

xorg edgers ppa를 제거하면 충돌 할 수 있습니까? 그냥 추측
Mark Kirby

@ MarkKirby 나는 그들이 충돌한다고 생각하지 않습니다. 어쨌든 패키지를 찾아야합니다.
Pilot6

다른 패키지는 어떻습니까? 다른 것을 설치할 수 있습니까?
Pilot6

예, 테스트하기 위해 kdenlive를 설치했는데 정상적으로 설치되었습니다.
Tyler Brady

답변:


34

이것은 주제에 대한 Google의 상위 목록 검색 검색이므로 변경 된 것 같아서 게시하고 싶습니다.

되지 않습니다 우분투 데스크톱 18.0.4이 새로 설치 후 나를 위해 작동 :

sudo apt install nvidia-396

이것은 것입니다 :

sudo apt install nvidia-driver-396

구문이 왜 바뀌 었는지 모르겠습니다. 웹에 Nvidia 드라이버 설치에 대한 많은 정보를 제공합니다. 너무 많은 시간 낭비!


3
이것은 다른 페이지에서 충돌하거나 부정확하거나 불완전한 정보를 따르려고 몇 시간을 보낸 후에 마침내 효과가있었습니다 (396이 아닌 410을 사용했습니다).
Grant Petty

1
이것이 내가 지금 얻은 것입니다.Unable to locate package nvidia-driver-396
zwep

@zwep 이미이 문제를 해결했을 수도 있지만 그렇지 않은 경우 sudo apt install nvidia-396대신 시도하십시오 sudo apt install nvidia-driver-396.
친애하는

3
이것은 나를 위해 일했습니다 nvidia-driver-418.
Boris

3

문제 해결됨.

소프트웨어 및 업데이트> 기타 소프트웨어에서 PPA를 확인할 때 그래픽 드라이버 PPA가 PPA 목록에 여러 번 나열되어 있음을 알았습니다. 그래픽 드라이버와 관련된 모든 PPA를 제거하고 처음부터 설치를 시작했으며 마침내 nvidia-381 드라이버를 찾아 설치했습니다.

왜 리포지토리가 여러 번 나열되었는지 확실하지 않지만 설치를 제거하고 다시 설치 한 후에도 결국에는 작동했습니다.


고마워, 같은 문제가 있었다 [또한 왜 많은 유사한 담당자가 있었는지 모르겠다 ...]
S12000

2

두 번째 명령이 잘못되었습니다. 그것은해야한다:

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

1
이 변경을 한 후에도 여전히 "nvidia-381 패키지를 찾을 수 없습니다"라는 메시지가 나타납니다.
Tyler Brady

터미널 출력 내용을 읽습니까? 오류 메시지가 있습니까? 두 번째 및 세 번째 명령의 출력을 질문에 게시하는 것이 좋습니다.
Pilot6

내가 볼 수있는 오류 메시지가 없습니다. 원본 게시물에 출력을 추가했습니다.
Tyler Brady

1
작동하지 않습니다. 여전히 오류가 발생합니다.
Aerin

0

sudo apt install nvidia-396

GeForce 8 및 9 시리즈 GPU의 경우 nvidia-340

GeForce 6 및 7 시리즈 GPU의 경우 nvidia-304


-1

ppa를 보면 패키지를 "nvidia-graphics-drivers-381"이라고합니다.

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

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

1
nvidia-381더 조심스러워 보이면 확인하고 설치합니다.
Pilot6

@ Pilot6 linky?
Panther


그리고 nvidia-graphics-drivers-381논쟁 은 없습니다 . 따라서 명령이 잘못되었습니다. 공감.
Pilot6

패키지 세부 사항을 살펴보면 알 수 있습니다. 약간 혼란 스럽다.
Pilot6
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.