"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のUbuntu用バイナリがまだ必要な場合(Linuxはあなたのためです。自由のために最新のリポジトリを使用してください)