
Dominic Tennant wrote:
Uh, to all the other people who replied...did you read the errors?! No offense :)
It's looking for "dapper Badger". That's probably a clue that something ain't right. I'm not sure about the rest of the online repositories; I'd be willing to bet that something ain't right there, but it could just be that the nz archives seem to be a bit unreliable, not that there is anything wrong with the actual syntax in the souces.list.
That is only a problem with the CD entry in the sources.list. CDs are added to apt-get with the release name, as stored in /cdrom/.disk/info. The line in the list would have read something like "deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051031)]/ breezy main restricted", and so a search/replace would have affected it in the way you describe. The line should be removed completely, and if you want to add another CD, use 'apt-cdrom add'. The rest of the errors were due to not having run apt-get update to get the new entries from the Internet. Craig