dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
530 stars 35 forks source link

unmet dependencies on Ubuntu 18.04 with repos #297

Closed moerkey closed 4 years ago

moerkey commented 4 years ago

sudo apt-get install keepass2-plugin-keeagent Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies:
 keepass2-plugin-keeagent : Depends: keepass2 (< 2.43) but 2.44+dfsg-1~ubuntu18.04~ppa1 is to be installed
E: Unable to correct problems, you have held broken packages.
user@lin-riede:~$ sudo apt-get install keepass2-plugin-keeagent^C
user@lin-riede:~$ apt-cache policy keepass2
keepass2:
  Installed: 2.44+dfsg-1~ubuntu18.04~ppa1
  Candidate: 2.44+dfsg-1~ubuntu18.04~ppa1
  Version table:
 *** 2.44+dfsg-1~ubuntu18.04~ppa1 500
        500 http://ppa.launchpad.net/jtaylor/keepass/ubuntu bionic/main amd64 Packages
        500 http://ppa.launchpad.net/jtaylor/keepass/ubuntu bionic/main i386 Packages
        100 /var/lib/dpkg/status
     2.38+dfsg-1 500
        500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        500 http://de.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
dlech commented 4 years ago

I just update the bionic ppa to v0.12.0. Does that work for you?

moerkey commented 4 years ago

I guess it takes a while?

apt-cache policy keepass2-plugin-keeagent
keepass2-plugin-keeagent:
  Installed: (none)
  Candidate: 0.10.1+ppa2
  Version table:
     0.10.1+ppa2 500
        500 http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu bionic/main amd64 Packages
        500 http://ppa.launchpad.net/dlech/keepass2-plugins/ubuntu bionic/main i386 Packages
dlech commented 4 years ago

Did you sudo apt update first? I just installed the package from the ppa.

moerkey commented 4 years ago

I did but now did it again and it could be installed. Thanks.