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

다음을 사용하여 업그레이드 할 때 우분투 시스템에 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.



답변

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

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


답변

나는 같은 문제가 있었다. 기본적으로 할 수있는 일은 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

답변