Sad face after update (resolved)

waited 3 days to update, and was rewarded with a sad face after running the update from within osmc

ran

sudo apt update
sudo apt full-upgrade

the full upgrade installed several packages, and ended with

Unpacking vero3-mediacenter-osmc (19.1.0-16) over (18.9.0-5) ...
dpkg: error processing archive /var/cache/apt/archives/vero3-mediacenter-osmc_19.1.0-16_armhf.deb (--unpack):
 trying to overwrite '/usr/share/kodi/addons/visualization.spectrum/addon.xml', which is also in package kodi-visualization-spectrum:armhf 1.1.1-1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/vero3-mediacenter-osmc_19.1.0-16_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
osmc@osmc:

so ran

sudo apt remove kodi-visualization-spectrum

then sudo apt full-upgrade was able to complete

You only should use dist-upgrade not full-upgrade

@fzinken

I was under the impression that the commands apt full-upgrade and apt-get dist-upgrade are functionally the same.