Debian downgrade package

From Skytech
Revision as of 14:36, 29 June 2011 by Martin (talk | contribs) (Created page with "Category:Linux = Downgrade package = This should work in both ubuntu and debian: Find the package details and old versions first: <pre> apt-cache policy libpam-modules </p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Downgrade package

This should work in both ubuntu and debian:

Find the package details and old versions first:

apt-cache policy libpam-modules

Then install one of those:

apt-get install libpam-modules=1.1.1-2ubuntu2

Effectively rolling back.

Thanks to user sun from https://bugs.launchpad.net/ubuntu/+source/pam/+bug/790538 for the details.