zoukankan      html  css  js  c++  java
  • 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了

  • 相关阅读:
    剑指OFFER 连续数组的最大和
    剑指OFFER 两个链表的第一个公共结点
    剑指OFFER 替换空格
    剑指OFFER 二叉树中和为某一值的路径
    剑指OFFER 二叉树的镜像
    剑指OFFER 从上往下打印二叉树
    剑指OFFER 删除链表中重复的结点
    剑指OFFER 数组中只出现一次的数字
    剑指OFFER 调整数组顺序使奇数位于偶数前面
    C 语言 sleep 函数
  • 原文地址:https://www.cnblogs.com/wangjq19920210/p/9122603.html
Copyright © 2011-2022 走看看