Welcome to 'Home of Gundestrup'
Dont't upgrade to etch!
- Details
- Parent Category: Computer
- Published on Wednesday, 16 November 2005 00:00
- Written by Svend Gundestrup
Solution: see below
Else read this official packmanager guide:
http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html
Suggested solution:
Add sarge to
/etc/apt/sources.list .
make new file/correct existing file:
/etc/apt/preferences:
Package: *
Pin: release a=stable
Pin-Priority: 1001
Package: *
Pin: release a=testing
Pin-Priority: 500
Package: *
Pin: release a=unstable
Pin-Priority: 50
then: aptitude update && aptitude dist-upgrade.
This sould preform a susessfull downgrade.