Debian downgrade package: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 14:36, 29 June 2011
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.