업데이트를 시도했지만 apt-get update && apt-get upgrade
항상 실패 apt-get update --fix-missing
했습니다
apt apt-get clean && apt-get update && apt-get dist-upgrade
.
을 입력할 때마다 apt-get update
다음 오류가 발생합니다.
apt-get update
Get:1 http://ftp.halifax.rwth-aachen.de/kali kali-rolling InRelease [30.5 kB]
Err:1 http://ftp.halifax.rwth-aachen.de/kali kali-rolling InRelease
The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Hit:2 https://packagecloud.io/AtomEditor/atom/any any InRelease
Reading package lists... Done
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.halifax.rwth-aachen.de/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Failed to fetch http://http.kali.org/kali/dists/kali-rolling/InRelease The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
W: Some index files failed to download. They have been ignored, or old ones used instead.
유효하지 않은 서명은 무엇을 의미 EXPKEYSIG ED444FF07D8D0BF6
하며 이를 유효하게 만드는 방법은 무엇입니까?
저장소를 올바르게 업데이트할 수 있도록 이 문제를 해결할 수 있는 방법이 있습니까? 귀하의 도움에 크게 감사하겠습니다!
미리 감사드립니다.
답변1
다음 명령을 시도해 보십시오:
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add