When I try to install usbdm (Version 4.12 released October 2018) by downloading the .deb from https://sourceforge.net/projects/usbdm/ and manually installing it with:
dpkg -i usbdm_4.12.1.210-1-x86_64.deb
I get the error that libxerces-c3.1 is missing.
USBDM v4.12 requires libxerces-c3.1, however libxerces-c3.1 was replaced with libxerces-c3.2 in Ubuntu 18.04 LTS.
There is no problem with installing it as it does not conflict. However, it has a couple of dependencies.
So:
dpkg -i libicu55*.deb
dpkg -i libxerces-c3.1*.deb
dpkg -i usbdm_4.12.1.210-1-x86_64.deb