修復 Debian 8.2系統於 apt-get 安裝時發生錯誤: “Media change: please insert the disc labeled ...”

 

為了避免Debian在安裝軟件時,向並不存在的光盤CDROM進行搜尋,您可以在/etc/apt/sources.list文件上更改一個簡單的參數

如果在使用apt-get安裝時得到這樣的輸出,則需要修改上述文件

 

Media change: please insert the disc labeled
 'Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44'
in the drive '/media/cdrom/' and press enter

 

打開並修改 /etc/apt/sources.list 文件:

vi /etc/apt/sources.list

 

您會看到下列文件內容:

#

deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44]/ wheezy main

deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main
~

 

這文件會顯示所以可用的安裝包來源,但您會看到  deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44]/ wheezy main 光盤的安裝包來源數據也在其中.

由於光盤安裝包的數據是不存在的請在前面加上 # 記號並儲存檔案.

 

應該改成下列文件內容:

 

#

# deb cdrom:[Debian GNU/Linux 7.0.0 _Wheezy_ - Official amd64 CD Binary-1 20130504-14:44]/ wheezy main

deb http://ftp.us.debian.org/debian/ wheezy main
deb-src http://ftp.us.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.us.debian.org/debian/ wheezy-updates main
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main
~

 

 

  • 6 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

Related Articles

全系列动态VDS更改IP API

全系列动态VDS更改IP API上线了,请到后台获取API网址,自行加入监测脚本可运行API换IP。 使用pqsapi脚本: 1.用大陆国内机器 2.先安装nmap nscd curl...

Debian9出現ERROR: The certificate等SSL證書錯誤信息之處裡方法

當您的Debian9出現SSL之證書錯誤信息 例如: ERROR: The certificate of ‘raw.github.com’ is not trusted. ERROR:...

自建DDNS配置教程(Cloudflare支持中國大陸主機)

Cloudflare DDNS 腳本     1- 先至cloudflare 建立一個域名...

搭建節點一鍵腳本教學

前置准备 1.购买一台国外VDS。 2.CentOS7、Ubuntu、Debian  兼容本教程 3.動態IP產品建議购买域名 (推荐Namecheap、Namesilo )...