The following will show all the versions of the package in the cache
Code:
apt-cache show [package name] | fgrep Version:
The following will install (roll back) an older version of the package
Code:
apt-get install [package name]=[version]
Another way may be possible via Synaptic.
Open Synaptic and find your package then, right click on it and there should be some menu option like "force downgrade".
No comments:
Post a Comment