다음과 같은 오류가 많이 발생합니다.
W: An error occurred during the signature verification.
The repository is not updated and the previous index files will be used.
GPG error: http://ftp.uk.debian.org/debian stretch-updates
InRelease: The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
다음 명령을 사용하여 수동으로 키를 추가해 보세요.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8B48AD6246925553
가져오기/처리됨이라고 표시되지만 여전히 동일한 오류가 발생합니다.
답변1
나는 이것을 추천한다:
sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update