4.13.0-kali-amd64のaptアップデートエラー:「APTにこのCD-ROMを認識させるには、apt-cdromを使用してください。」

4.13.0-kali-amd64のaptアップデートエラー:「APTにこのCD-ROMを認識させるには、apt-cdromを使用してください。」

私はカリLinux 4.13.0 amd64を使用しています。

apt updateを実行すると問題が発生し、エラーが発生します。

# sudo apt update
Ign:1 cdrom://[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49] kali-rolling InRelease
Err:2 cdrom://[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49] kali-rolling Release
  Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Reading package lists... Done
E: The repository 'cdrom://[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49] kali-rolling 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.*

答え1

アップデートリポジトリはcdromです。

行くここリポジトリを更新する方法を学びます。

(インターネット接続を確認してください)

答え2

次の行を削除/コメント解除します/etc/apt/sources.list

cdrom://[Debian GNU/Linux 2017.3 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20171109-13:49] kali-rolling InRelease

あなたのせいでsources.list 次の行のみを含める必要があります。:

deb http://http.kali.org/kali kali-rolling main contrib non-free

以下を使用して上書きできますsources.list

echo deb http://http.kali.org/kali kali-rolling main contrib non-free > /etc/apt/sources.list
apt update

答え3

デップhttp://http.kali.org/kalikali-rolling main contrib non-free 上記の
エントリは、CDROMエラーソリューションではなくインターネット上で適切に更新されます。

関連情報