How to prevent updating of a specific package?
Posted: Mon Jan 10, 2022 6:10 pm
How to prevent updating of a specific package?
https://askubuntu.com/questions/18654/h ... ic-package
Holding
There are different ways of holding back packages: with dpkg, apt, dselect, aptitude or Synaptic.
Hold a package:
Remove the hold:
Show all packages on hold:
https://askubuntu.com/questions/18654/h ... ic-package
Holding
There are different ways of holding back packages: with dpkg, apt, dselect, aptitude or Synaptic.
Hold a package:
Code: Select all
sudo apt-mark hold <package-name>
Code: Select all
sudo apt-mark unhold <package-name>
Code: Select all
sudo apt-mark showhold