This is an old revision of the document!
apt package management
I recently had a sudo apt upgrade
error along the lines of:
mariadb-server : Depends: mariadb-server-10.3 (>= 1:10.3.25-0ubuntu0.20.04.1) but 1:10.3.23+maria~bionic is installed
Basically the apt / dpkg package manger got confused with the old distribution installation. I suspect this only happen as I updated the distribution from Ubuntu 18.04 to 20.04. To repair I need to do the following:
- Backup the databases (not described here)