• Media change : please insert the disk labeled


    在Debian中使用apt-get安装软件包时经常会提示让你插入netinst的光盘:

    Media change: please insert the disc labeled

    当没有时就无法进行安装了, 这时可以打开文件/etc/apt/sources.list文件,注释掉cdrom那一行,

    [plain] view plain copy
     
    1. #   
    2.   
    3. # deb cdrom:[Debian GNU/Linux 6.0.7 _Squeeze_ - Official amd64 DVD Binary-1 20130223-14:06]/ squeeze contrib main  
    4.   
    5. #deb cdrom:[Debian GNU/Linux 6.0.7 _Squeeze_ - Official amd64 DVD Binary-1 20130223-14:06]/ squeeze contrib main   
    6.   
    7. # Line commented out by installer because it failed to verify:  
    8. #deb http://security.debian.org/ squeeze/updates main contrib  
    9. # Line commented out by installer because it failed to verify:  
    10. #deb-src http://security.debian.org/ squeeze/updates main contrib  
    11.   
    12. # squeeze-updates, previously known as 'volatile'  
    13. # A network mirror was not selected during install.  The following entries  
    14. # are provided as examples, but you should amend them as appropriate  
    15. # for your mirror of choice.  
    16. #  
    17. # deb http://ftp.debian.org/debian/ squeeze-updates main contrib  
    18. # deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib  
    19. deb http://mirrors.163.com/debian/ squeeze main contrib non-free  
    20.   
    21. deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main  
    22.   
    23. # added by zhjx  
    24. deb http://download.virtualbox.org/virtualbox/debian squeeze contrib non-free  



    然后再执行apt-get update更新下deb仓库,

    这样以后再使用apt-get安装时就不会再搜寻cdrom了

  • 相关阅读:
    paip.解决Invalid byte 2 of 2byte UTF8 sequence.
    poj1157
    poj1258
    poj1160
    poj1113
    poj1159
    !!!GRETA正则表达式模板类库
    【原创】C#与C++的混合编程采用其中的第三种方法
    WinApi.cs
    C#:正则表达式30分钟入门教程
  • 原文地址:https://www.cnblogs.com/wangjq19920210/p/9122603.html
Copyright © 2020-2023  润新知