Friday, August 16, 2019

How to downgrade a package via apt-get?


How can I downgrade a package to an older version via apt-get?


Other tools are also acceptable but apt-get is preferred.



USE


apt-get install «pkg»=«version»


OR


sudo aptitude install «pkg»=«version»


Where «pkg» is the name of the package, and «version» is the version number.


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...