sudo apt-get アップデートは利用できません。

sudo apt-get アップデートは利用できません。

私はDebian 11を使用していますが、今回はコマンドに多くの問題がありますが、最も奇妙なことはもう更新できないということです。すると、次のような結果が表示されます。

E: The repository 'http://archive.ubuntu.com/ubuntu wily 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: Failed to fetch https://sourceforge.net/projects/madlinux/files/repo/dists/core/InRelease  Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'https://sourceforge.net/projects/madlinux/files/repo core InRelease' is no longer 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: GPG error: http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu kinetic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 957D2708A03A4626
E: The repository 'http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu kinetic 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

あなたはDebianを使用しているので、試してはいけませんUbuntuリポジトリから更新。このファイル/etc/apt/sources.listとその下のすべてのファイルを削除し/etc/apt/sources.list.d/てから使用してください。Debian で:

deb http://deb.debian.org/debian bullseye main contrib non-free
deb-src http://deb.debian.org/debian bullseye main contrib non-free

deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free

deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free

おすすめ記事