2021년 편집: 결국 운영 체제를 다시 설치하면 문제가 해결될 것이라고 생각했습니다. 개인 저장소도 apt-key
현재 더 이상 사용되지 않는 방식(via)으로 추가되었습니다. 바라보다:
- https://askubuntu.com/a/1307181
- https://www.linuxupising.com/2021/01/apt-key-is-deprecated-how-to-add.html
관련된:
- http://forums.debian.net/viewtopic.php?f=3&t=134409
- 무료 버전이 아닌 버전을 추가한 후 데비안 확장 패키지 시스템이 충돌합니다
- https://unix.stackexchange.com/a/387054/47501
Debian Buster로 업데이트한 후 제3자 저장소(예: 스포티 파이,바다 드라이브(바다 파일의 경우),단핵구증, 모피디). 발췌 apt-get update
:
W: 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
E: The repository 'http://repository.spotify.com stable InRelease' is not signed.
apt
나는 이것이 키를 처리하는 방법(예: " ")과 관련이 있다는 것을 알고 있습니다 preference for SHA-1 encryption has been turned off in APT
.
Spotify에서 관련 발췌 apt-key list
:
/etc/apt/trusted.gpg.d/spotify-2015-05-28-D2C19886.gpg
------------------------------------------------------
pub rsa4096 2015-05-28 [SC] [expires: 2017-11-22]
BBEB DCB3 18AD 50EC 6865 0906 13B0 0F1F D2C1 9886
uid [ unknown] Spotify Public Repository Signing Key <[email protected]>
apt-get update
산출:https://pastebin.com/sHFxAFvj
무엇을 합니까? 공급자에게 송장을 보내고 장기 설치를 하시겠습니까 --allow-unauthenticated
?
참고: 이는 스트레치에서 버스터로 업그레이드된 시스템에서는 재현되지 않습니다.