I think I've made the .deb for this version without Yubikey support, since the dependency wasn't available, but forgot to remove the dependency from the package description.
You should be able to install it from the command line using something like:
$ sudo dpkg -i --ignore-depends=libykpers-1-1 passwordsafe-*.deb
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It looks like I was able to install, but I can't run the program. Nothing happens when I select it from the launcher, and when I try and run it from terminal I get,
travis@Compaq:~/Downloads$ '/usr/bin/pwsafe'
/usr/bin/pwsafe: error while loading shared libraries: libykpers-1.so.1: cannot open shared object file: No such file or directory
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am also having this issue.
"passwordsafe : Depends: libykpers-1-1 (>= 1.7.0-1) but 1.6.3-1 is to be installed"
I'm also on Ubuntu 12.04 Intel CPU
I think I've made the .deb for this version without Yubikey support, since the dependency wasn't available, but forgot to remove the dependency from the package description.
You should be able to install it from the command line using something like:
$ sudo dpkg -i --ignore-depends=libykpers-1-1 passwordsafe-*.deb
Rony, thanks for your help on this.
It looks like I was able to install, but I can't run the program. Nothing happens when I select it from the launcher, and when I try and run it from terminal I get,
travis@Compaq:~/Downloads$ '/usr/bin/pwsafe'
/usr/bin/pwsafe: error while loading shared libraries: libykpers-1.so.1: cannot open shared object file: No such file or directory