왜 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 요청을 나타냅니다. 오늘이 두 번째입니다. 내 시스템에 설치 apt-file하고 PATH에 넣은 sbin후에 이런 일이 발생했습니다 .

그럴 수도 있다고 생각해서 /etc/apt/sources.list실행했는데 sudo apt-get update위에서 언급한 문제가 해결되지 않았습니다.여기.

데비안은 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 8.1에서 Debian apt-get에 설치 미디어 요청이 필요한 이유는 무엇입니까?

답변1

#( ) 안의 cdrom 줄을 제거하거나 주석 처리 /etc/apt/sources.list하고 그 안의 파일을 보고 /etc/apt/sources.list.d실행하세요.

apt-get update

관련 정보