수정 후소스.목록그러면 소프트웨어를 설치하는 동안에도 문제가 발생합니다.
root@afaque:~/Desktop# apt-get update
Err:1 http://repo.kali.org/kali kali-rolling InRelease
403 Forbidden [IP: 144.217.77.182 80]
Reading package lists... Done
E: Failed to fetch http://repo.kali.org/kali/dists/kali-rolling/InRelease 403 Forbidden [IP: 144.217.77.182 80]
E: The repository 'http://repo.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.
답변1
Kali Linux를 sources.list
사용하는 올바른 방법 은 다음과 같습니다.Kali resources.list 저장소 문서.
문서에 따르면 sources.list
(Kali 2016.1 출시 이후 현재 Kali Linux 버전의 경우)의 내용은 다음과 같습니다.
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
문서에는 또한 다음과 같이 나와 있습니다.
Kali 파일에
sources.list
다른 저장소를 추가하면 KALI LINUX 설치가 중단될 가능성이 높습니다.