Skip to content
 

Blocking the version of a package

You want to apt-get update / upgrade your system but you don’t want the package xxx to be updated ?

Just :

$ sudo -s
$ echo "xxx hold" | dpkg --set-selections

And the xxx package will stick to your current version.

Related posts:

  1. How to dupplicate your packages selection
  2. OpenVPN and DNS on a linux client
  3. Updates on OpenSSL CVE-2009-3555 (client renegociation)

Leave a Reply