please insert the disc labeled ‘Ubuntu 7.10 _Gutsy Gibbon’” error

来源:互联网 发布:java 迭代子模式 编辑:程序博客网 时间:2024/06/05 08:20

Media change: please insert the disc labeled ‘Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20770716)

I was trying to install VMWare Server on Ubuntu Gutsy Gibbon (7.10) yesterday and I came across this error:

Media change: please insert the disc labeled 'Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)

The fix for this one was easy. I found the answer in the Ubuntu Forums. The details are summarized below.

-You have to comment out the “CDROM” line in your “/etc/apt/sources.list” by typing the following at the Terminal:
gksudo gedit /etc/apt/sources.list

-Once you have your /etc/apt/sources.list file open look for the following line:
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted

-Comment the line out so that it looks like the following line:
#deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted

-Save the “/etc/apt/sources.list” file and close it.

-Update your “/etc/apt/sources.list” by typing the following at the Terminal:
sudo apt-get update

That’s it! You should be able to do “apt-get” now without getting the Media Change error. Happy Installing!


阅读全文
0 0