![ddebs.ubuntu.com에 어떤 문제가 있나요?](https://rvso.com/image/1070307/ddebs.ubuntu.com%EC%97%90%20%EC%96%B4%EB%96%A4%20%EB%AC%B8%EC%A0%9C%EA%B0%80%20%EC%9E%88%EB%82%98%EC%9A%94%3F.png)
만료되어서는 안되는 것이 만료되었습니까?
Ubuntu 20.10 설치에서 디버그 기호를 사용하고 있는데 이제 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://ddebs.ubuntu.com groovy Release: The following signatures were invalid:
EXPKEYSIG C8CAB6595FDFF622 Ubuntu Debug Symbol Archive Automatic Signing Key (2016) <[email protected]>
답변1
이는 현재 버그입니다. 정보 및 해결 방법은 여기를 참조하세요. https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640/comments/3
위 게시물을 인용하여 다음을 실행하세요.
$ sudo wget -O- http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add - $ sudo apt update
답변2
당신은 따라야https://wiki.ubuntu.com/Debug%20Symbol%20Packages정확하게.
아마도 다음 단계를 놓쳤을 것입니다.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
그런 다음 sudo apt update
.