apt-get アップデート: 404 見つかりません [IP: 195.135.221.134 80]

apt-get アップデート: 404 見つかりません [IP: 195.135.221.134 80]

kali linux 202を更新しようとしましたが、次のエラーが発生しました。

cimi@kali:~$ sudo apt update
Hit:2 http://old.kali.org/kali moto InRelease                             
Ign:3 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04  InRelease
Err:4 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04  Release
  404  Not Found [IP: 195.135.221.134 80]

答え1

リポジトリhttp://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04まったく存在しません。バラよりhttp://download.opensuse.org/repositories/home:/strycore/ユーザーstrycoreに利用可能なリポジトリのリストを確認してください。

ソースからこのリポジトリを削除し(ディレクトリ内または/etc/apt/sources.listディレクトリ内のファイル/etc/apt/sources.list.d/)、もう一度実行してくださいsudo apt update

答え2

kali LinuxにUbuntuキーをインストールしましたが読めないので、システムが理解できるようにkali Linuxキーに置き換えます。

sudo -iまず、入力して検索してcd /etc/apt/sources.list.dスーパーユーザーアクセス権を取得します。

deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 ./

lutris.list.To findで単にEnterを見つけることができることがわかりましたcat <name of file>。一度見つけたら、次のように変更する必要があります。

deb http://download.opensuse.org/repositories/home:/strycore/Debian_Testing ./

nano、leafpad、viなどのテキストエディタを使用できます。

たとえば、次のようになります。 -leafpad lutris.list今すぐ保存すると、apt-updateが機能します。

関連情報