What I have done to avoid updates on a package, is:and then check if the system still needs updates for the package.
If you want to upgrade a single package, I use:and if you use it will avoid other stuff but the package_name.
Cheers.
Code:
apt-mark hold package_name apt update
If you want to upgrade a single package, I use:
Code:
apt install package_name
Code:
apt --only-upgrade install package_name
Cheers.
Statistics: Posted by emek — 2024-07-03 00:51