사용 중 오류: ubuntu 22.04에서 sudo apt update

사용 중 오류: ubuntu 22.04에서 sudo apt update

다음을 실행할 때 이 오류가 발생합니다. sudo apt update우분투 22.04의 터미널에서

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/home:/Provessor/xUbuntu_20.04  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 876292BF7F9C32BF
W: http://download.mono-project.com/repo/ubuntu/dists/trusty/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
W: Failed to fetch http://download.opensuse.org/repositories/home:/Provessor/xUbuntu_20.04/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 876292BF7F9C32BF
W: Some index files failed to download. They have been ignored, or old ones used instead.

다음 명령을 사용하여 문제를 해결하려고 시도했지만 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 876292BF7F9C32BF작동하지 않고 다음 메시지가 나타납니다.

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.fbmSbmsKSu/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 876292BF7F9C32BF
gpg: keyserver receive failed: No data

자세한 내용을 보려면 여기를 클릭하세요: https://i.stack.imgur.com/sehEd.png

도와주세요:(

답변1

다음 명령으로 문제를 해결했습니다.

sudo rm -rf /var/lib/apt/lists/*
sudo rm -rf /etc/apt/sources.list.d/*
sudo apt-get update

:)

답변2

이 방법은더 이상 사용되지 않음~을 위한보안 질문: 추가한 서명 키로 서명할 수 있습니다.어느해당 서명 키 저장소의 패키지뿐만 아니라 패키지.

더 안전한 접근 방식은 키를 비슷한 위치에 추가한 /usr/share/keyrings/repository-name.gpg다음 sources.list파일에서 참조하는 것입니다.

deb [signed-by=/usr/share/keyrings/some-repo.gpg] http://some.repo/apt dev main

자세히 알아보기파일 sources.list형식또는 시청이 예Xpra 키 및 저장소를 추가합니다.

관련 정보