Put a Hold on a Package¶
To prevent a package from being upgraded, run:
apt-mark hold ${PACKAGE}=${VERSION}
To remove the hold, run:
apt-mark unhold ${PACKAGE}
To prevent a package from being upgraded, run:
apt-mark hold ${PACKAGE}=${VERSION}
To remove the hold, run:
apt-mark unhold ${PACKAGE}