Here is simple command that allows to upgrade one or more defined Debian packages without upgrading any of the others:
apt-get --only-upgrade install <PackageName> [<PackageName>] ...
MAC OS X, Linux, Windows and other IT Tips and Tricks
Here is simple command that allows to upgrade one or more defined Debian packages without upgrading any of the others:
apt-get --only-upgrade install <PackageName> [<PackageName>] ...