📜  请使用 apt-cdrom 使此 CD-ROM 被 APT 识别. apt-get update 不能用于添加新的 CD-ROM - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:58.656000             🧑  作者: Mango

代码示例1
# problem: Please use apt-cdrom to make this CD-ROM recognized by APT. 
#          apt-get update cannot be used to add new CD-ROMs

# i Think this happens as an error in the frist boot/up(date/grade)
# To resolve:
1 - go to the terminal('ctrl'+'Alt'+'T')
2 - type => 'sudo vim /etc/apt/sources.list' (this will show you
                                              the places where your 
                                              machine is searching for 
                                              up(dates/grades))
3 - comment(put a '#' in the begining) of any line that has 'cdrom' writen
in it