• 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了

  • 相关阅读:
    Unity制作地形的常用插件之GAIA
    JetBrains套装免费学生授权申请(IntelliJ, ReSharper, WebStorm...)
    Unity2D游戏开发之保卫萝卜
    Unity制作出《超级马里奥》的2D和3D混合效果
    Unity2019.1中文技术手册离线版
    暗黑战神! Unity3D网游ARPG实战案例
    Unity移动端入门
    win10如何查看电脑端口使用情况
    自制FastDFS文件服务器虚拟机分享
    MySQL:使用SQL语句删除所有索引
  • 原文地址:https://www.cnblogs.com/wangjq19920210/p/9122603.html
Copyright © 2020-2023  润新知