"sudo apt update"를 사용하여 업데이트하려고 하면 이 오류가 발생합니다.
Hit:5 https://dl.google.com/linux/chrome/deb stable InRelease.
Err:7 http://ppa.launchpad.net/cybermax-dexter/sdl2-backport/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80]. Err:8 http://ppa.launchpad.net/webupd8team/java/ubuntu jammy Release
404 Not Found [IP: 2001:67c:1560:8008::19 80].
그리고
E: The repository 'http://ppa.launchpad.net/cybermax-dexter/sdl2-backport/ubuntu jammy Release' does not have a Release file.
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.
E: The repository 'http://ppa.launchpad.net/webupd8team/java/ubuntu jammy Release' does not have a Release file.
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.
N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'https://http.kali.org/kali kali-rolling InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'contrib/binary-1386/Packages' as repository 'https://http.kali.org/kali kali-rolling InRelease' doesn't support architecture '1386'
N: Skipping acquire of configured file 'non-free/binary-1386/Packages' as repository 'https://http.kali.org/kali kali-rolling InRelease' doesn't support architecture '1386'
누구든지 도와줄 수 있나요?
답변1
apt 저장소에 연결 중인 인증서가 만료된 것으로 나타나거나 귀하 또는 운영 체제가 연결해야 하는 버전에 속하지 않습니다. 기존 PPA를 제거하십시오. 따라서 귀하의 경우에는
sudo add-apt-repository --remove ppa:cybermax-dexter/sdl2-backport
sudo add-apt-repository --remove ppa:webupd8team/java
그런 다음 업데이트
sudo apt-get update
그런 다음 Kali 저장소에서 다운로드해야 하는 정확한 리소스를 찾아보세요.
여전히 리포지토리를 추가해야 하는 경우 추가하려는 리포지토리에 찾고 있는 패키지가 포함되어 있는지 확인하세요. 귀하의 경우에는 다음으로 이동하십시오.여기그리고 Sources.gz 파일에서 패키지를 사용할 수 있는지 확인하세요. 그렇지 않으면 막다른 골목에 부딪힌 것입니다. [아마도 최신 소스가 Bionic Beaver(Ubuntu 18)에 대한 것이므로 더 이상 유지관리하지 않기 때문일 것입니다. ]
Kali의 우분투용 바이너리가 여전히 필요하다면(리눅스는 당신을 위한 것입니다. 자유를 위해 최신 저장소를 사용하십시오.)