Go to content Go to navigation Go to search

Wierd apt behaviour when downgrading

You need to remove a default release line from your apt conf:

APT::Default-Release “stable”;

in order to downgrade packages. Dont ask me why.

I performed successful downgrade from testing to stable for all my production servers that needed it using the pinning priority technique. Needed just a handful of manual apt-get install XXX/stable commands on top. Sweet.

1 Comments for Wierd apt behaviour when downgrading

  1. anouskat said,

    25 November, 21:37 #

    great!

Previous post:
Ongoing Drupal Issues
Next post:
Moving to apache2 and mod_jk the debian way