Ubuntu prevent updating of a specific package

2020-07-05

Hold or Exclude Packages
sudo apt-mark hold postgresql*
List Packages on Hold
sudo dpkg --get-selections | grep "hold"
Unhold or Include Package in Install
sudo apt-mark unhold postgresql*
Snippetsapt-getubuntu

jq replace json value if key exists

Git Delete Remote Branch