なぜDebian APT-GETからCDリクエストを受け取るのですか?

なぜDebian APT-GETからCDリクエストを受け取るのですか?

コードと出力

sudo apt-get install xfsprogs
[sudo] password for masi: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libreadline5
Suggested packages:
  xfsdump attr quota
The following NEW packages will be installed:
  libreadline5 xfsprogs
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/853 kB of archives.
After this operation, 3,963 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Media change: please insert the disc labeled
 'Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150606-15:28'
in the drive '/media/cdrom/' and press enter

最後の行は CD 要求を示します。今日は2回目です。私のシステムにインストールapt-fileしてPATHに入れたsbin後、これが起こりました。

そうかもしれないと思って/etc/apt/sources.list実行しましたが、sudo apt-get update上記の問題は解決されませんでした。ここ

Debian は XFS をサポートしていませんか?

私はこれをフォローしています回答私は入る

mkfs.x[tab]
mkfs.bfs      mkfs.ext3     mkfs.fat      mkfs.minix    mkfs.vfat
mkfs.cramfs   mkfs.ext4     mkfs.hfs      mkfs.msdos    
mkfs.ext2     mkfs.ext4dev  mkfs.hfsplus  mkfs.ntfs     

だからCDを入れるのはDebianが「いいえ」と言う方法のようです。

Debian 8.1でDebian apt-getにインストールメディアリクエストが必要なのはなぜですか?

答え1

#()内のcdrom行を削除またはコメントアウトし、その/etc/apt/sources.list中のファイルを表示して/etc/apt/sources.list.d実行します。

apt-get update

関連情報