Kali Linux 업데이트 명령 실행 후 오류 발생

Kali Linux 업데이트 명령 실행 후 오류 발생

Kali Linux 이미지와 Kali Linux VM 이미지를 7번 이상 다운로드했는데 apt-get update올바르게 설치한 후 명령을 실행할 때마다 동일한 오류가 표시됩니다.

Get:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease [30.5 kB]

Err:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease

  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>

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.yzu.edu.tw/Linux/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

답변1

archive-keyring 패키지가 오래되었으므로 시스템에 새 저장소 키를 추가해야 합니다.

wget -q -O - https://archive.kali.org/archive-key.asc  | apt-key add

관련 정보