xiaobin_hlj80

https://blog.csdn.net/xiaobin_HLJ80 http://blog.chinaunix.net/uid/31552151.html

导航

debian 与 ubuntu 之 - CD-ROM in source

sudo vi /etc/apt/sources.list

注释掉"deb cdrom:xxx"

##deb cdrom:xxx
  • no sources file
$ sudo cp /usr/share/doc/apt/examples/sources.list /etc/apt/sources.list

$ sudo apt update

Command

sudo sed -i '/cdrom/d' /etc/apt/sources.list

Ref

posted on 2025-12-30 13:33  xiaobin80  阅读(1)  评论(0)    收藏  举报