해결책을 찾기 위해 정말 열심히 노력하고 있지만 입력 apt-get update
할 때마다 다음과 같은 메시지가 표시됩니다.
Hit:1 http://packages.microsoft.com/repos/vscode stable InRelease
Get:2 https://download.virtualbox.org/virtualbox/debian vivid InRelease [7,140 B]
Err:2 https://download.virtualbox.org/virtualbox/debian vivid InRelease
The following signatures were invalid: 7B0FAB3A13B907435925D9C954422A4B98AB5139
Err:3 http://repo.kali.org/kali kali-rolling InRelease
403 Forbidden
Reading package lists... Done
W: GPG error: https://download.virtualbox.org/virtualbox/debian vivid InRelease: The following signatures were invalid: 7B0FAB3A13B907435925D9C954422A4B98AB5139
E: The repository 'https://download.virtualbox.org/virtualbox/debian vivid 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.
W: Target Packages (contrib/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target Translations (contrib/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target DEP-11 (contrib/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target DEP-11 (contrib/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
W: Target DEP-11-icons (contrib/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:13 and /etc/apt/sources.list.d/virtualbox.list:1
내 source.list 파일에는 다음이 포함됩니다.
#The Kali Repository
# deb cdrom:[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49]/ kali-rolling contrib main non-free
#deb cdrom:[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49]/ kali-rolling contrib main non-free
deb http://repo.kali.org/kali kali-rolling main contrib non-free
# deb-src http://repo.kali.org/kali kali-rolling main contrib non-free
정말 열심히 조사하고 온라인으로 많은 문제를 해결했지만 아무 일도 일어나지 않았습니다.
누구든지 이 문제에 대한 해결책을 제안할 수 있습니까? 감사해요.
답변1
현재 두 가지 이상의 문제가 발생한 것 같습니다. 초기 문제는 올바른 GPG 서명이 부족한 것 같습니다. 사이트를 신뢰할 준비가 되었다면 오류 메시지의 URL로 이동하십시오.https://download.virtualbox.org/virtualbox/debian, 거기에 세 개의 *.asc 파일이 표시됩니다. apt-key add
사용 중인 패키지에서 실행 해 보세요 .
두 번째 문제는 잘못된 URL을 사용하고 있다는 것입니다.http://repo.kali.org/kali뭔가를 위해.
세 번째 문제는 파일 의 sources.list
13번째 줄에 어떤 형태로든 중복이 있는 것 같습니다 . 너무 길지 않다면 게시해 주세요.
마지막으로 공식 kali linux 포럼 웹사이트가 존재합니다.https://forums.kali.org/가입하시는데 도움이 될 수 있습니다.