I downloaded passwordsafe-ubuntu23-1.18.2-amd64.deb from sourceforge.net - the official site and tried to install it using Software Install, but no go.
Learned about and installed gdebi and tried to use that to install it and got - Error: Dependency is not satisfiable: libwxgtk3.2-1 (>=3.2.0)
Does this suggest a problem with .deb file/package?
Or is there something else I need to do?
libwxgtk3.2-1 | 3.2.2+dfsg-4 | mantic/universe | amd64, arm64, armhf, i386, ppc64el, riscv64, s390x
available for mantic or 23.10 which meets the requirements... – guiverc Jan 28 '24 at 06:55sudo apt install passwordsafe
. – Daniel T Jan 28 '24 at 08:33