Applying Ubuntu Updates
Note:
If you want to apply updates to Ubuntu 22.04, you first need to hold rrd packages with the command
sudo apt-mark hold librrd8 python3-rrdtool rrdtool
Then you can apply the updates with
sudo apt dist-upgrade
The hold command is necessary because the operating system will by default remove Paragon Active Assurance packages:
(output from sudo apt dist-upgrade
below)
... The following packages will be REMOVED: paa-callexecuter paa-common paa-license-daemon paa-test-agent-compat paa-test-agent-login paa-webapp The following packages will be upgraded: librrd8 python3-rrdtool rrdtool 3 upgraded, 0 newly installed, 6 to remove and 0 not upgraded. ...