apt-get 업데이트 실패

apt-get 업데이트 실패

나에게 다음과 같은 오류가 발생합니다.

Get:1 http://kali-za.bitcrack.net/kali kali-rolling InRelease [30.5 kB]
Err:1 http://kali-za.bitcrack.net/kali kali-rolling InRelease
  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Reading package lists... Done
W: GPG error: http://kali-za.bitcrack.net/kali kali-rolling InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
E: The repository 'http://http.kali.org/kali kali-rolling InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

내 소스 목록은 다음과 같습니다.

deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free

답변1

오류 메시지와 관련된 GPG 공개 키를 다운로드해야 합니다.

wget -q -O - https://www.kali.org/archive-key.asc | gpg --import

더 잘 작동할 것입니다 :) 그런데, 아직 테스트하지는 않았지만 오류 메시지는 꽤 명확합니다.

관련 정보