I know etch is unsupported now but i still have etch machines that i can not upgrade right now.

So my question aims for a repo to put into my sources.list.

link|improve this question
feedback

1 Answer

up vote 7 down vote accepted

All Debian releases are archived at archive.debian.org, so

deb http://archive.debian.org/debian/ etch main non-free contrib
deb http://archive.debian.org/debian-security/ etch/updates main non-free contrib
deb http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib

deb-src http://archive.debian.org/debian/ etch main non-free contrib
deb-src http://archive.debian.org/debian-security/ etch/updates main non-free contrib
deb-src http://archive.debian.org/debian-volatile/ etch/volatile main non-free contrib

(And if you need a package that never went into a stable release, go to snapshot.debian.org.)

link|improve this answer
could you please post the deb-src entries also? please – user94475 Aug 17 '11 at 10:57
@siju Entries for source packages are exactly like entries with binary packages, only with deb-src instead of deb. – Gilles Aug 17 '11 at 11:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.