우분투를 업데이트하는 동안 Spotify 저장소를 가져 오지 못했습니다.


14

다음을 사용하여 업그레이드 할 때 우분투 시스템에 spotify가 설치되어 있다고 가정합니다.

sudo apt-get update

그런 다음이 오류가 발생합니다.

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 13B00F1FD2C19886

W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.

질문이 더 있거나 답을 하나의 솔루션으로 설정 하시겠습니까?
davidbaumann

답변:


30

이것은 어떻게 든 우리가 열쇠를 잃어 버렸을 때 발생합니다.

해결하기 위해 여기에 나열된 첫 번째 단계를 실행했습니다 https://www.spotify.com/de/download/linux/


13
당신은 열쇠를 풀지 않았고, 그것들을 바꿨습니다. community.spotify.com/t5/Help-Desktop-Linux-Windows-Web/…
dan carter

gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory실행 시도에 불만이있는 경우sudo apt install dirmngr
Bit-Man

0

나는 같은 문제가 있었다. 기본적으로 할 수있는 일은 Y-PPA-Manager를 통해 처리하는 것입니다. 정확한 단계를 따르십시오.

  1. sudo add-apt-repository ppa:webupd8team/y-ppa-manager webupd8 저장소를 추가하십시오.
  2. sudo apt update
  3. sudo apt install y-ppa-manager
  4. y-ppa-managery-ppa-manager 를 실행하려면 .
  5. 고급을 클릭하십시오 .
  6. 를 클릭하면 누락 된 모든 GPG 키를 가져 오려고 하고 확인을 클릭합니다. 끝났을 때 경고를 표시합니다.
  7. apt update
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.