I'm new to Ubuntu, and linux mostly, and I tried to run sudo apt-get update in the term and I get the following errors:
Code:
gzip: stdin: not in gzip format
Err hxtp://us.archive.ubuntu.com breezy/main Sources
Sub-process gzip returned an error code (1)
Fetched 4B in 6s (1B/s)
Failed to fetch cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/dists/breezy/main/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/dists/breezy/restricted/binary-i386/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch hxtp://us.archive.ubuntu.com/ubuntu/dists/breezy/main/source/Sources.gz Sub-process gzip returned an error code (1)
Reading package lists... Done
W: Couldn't stat source package list cdrom://Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/main Packages (/var/lib/apt/lists/Ubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list cdrom://Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012) breezy/restricted Packages (/var/lib/apt/lists/Ubuntu%205.10%20%5fBreezy%20Badger%5f%20-%20Release%20i386%20(20051012)_dists_breezy_restricted_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
I tried using apt-cdrom add and that didn't help (or maybe I used it wrong), both of my CDROMs are mounted, I even tried to unmount them and try again and still no luck, I also tried changing the servers to the one recomended on ubuntuguide.org but the same deal. Any ideas? I believe I'm using 5.10
Thankx