I recently set up a new laptop on 18.04 and am trying to get the fingerprint reader working. I've done it before but fingerprint-gui seems to be broken on 18.04. I roughly followed this but got errors from apt-get
The following packages have unmet dependencies:
fingerprint-gui : Depends: libqca2-plugin-ossl but it is not installable
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
but upon further research that particular package has been replaced by "libqca2-plugins". I've since installed everything by hand, and fingerprint-gui appears to work, so "libqca2-plugins" appears to be a drop-in replacement.
Am I right in thinking this is simply a packaging issue with fingerprint-reader? Or should that replacement have been automatically detected? Where would I report this?