Debian / Ubuntu Linux apt-get: Blacklist a Package From Installing
How do I blacklist a package or packages so that when I run apt-get upgrade, it will ignore blacklisted packages and install the rest of updates under Debian or Ubuntu Linux server system?
Debian News RSS Feed
[...] Debian / Ubuntu Linux apt-get: Blacklist a … – Debian-News.net If you enjoyed this article, please consider sharing it! [...]
How to hold a package:
$ aptitude hold package1 package2 … packageN
How to unhold a package:
$ aptitude unhold package1 package2 … packageN