How to get past the “please insert the disc labeled ‘Ubuntu 7.10 _Gutsy Gibbon’” error
- 7 Comment
If you're new here, you may want to start with my most popular posts. Then, subscribe to my RSS feed to stay updated. Thanks for visiting!
Google Query: Media change: please insert the disc labeled ‘Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)
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!
Technorati Tags: Ubuntu
Related posts:
7 Comments on this post
Trackbacks
-
Ryan Stewart said:
This may come through as spam, but I wanted to say thanks for putting the info out there. It makes being a Linux newbie easy.
March 15th, 2008 at 2:05 am -
alvis said:
thank you so much
March 23rd, 2008 at 6:48 am -
ZeroQ said:
THX a lot. solved my problem in 1min
April 14th, 2008 at 8:24 am -
kelvin said:
I have another way , I just do this:
#/cdrom/ press enter is OK
I don’t know why ,but It ’s work !
April 16th, 2008 at 8:55 pm -
Jason said:
Just want to say thanks…
I was starting to panic because of this
gutsy gibbon problemJune 27th, 2008 at 11:29 am -
hstagner said:
Hello Jason,
Thanks for reading! I am glad that I was able to help you.
Regards,
Harley Stagner
June 27th, 2008 at 5:34 pm



[...] one who has a problem with Gutsy Gibbon. A search on the internet shows several hits and possible fixes. Let’s see it it [...]