5

How do I update Keepass2 to newest version or better yet get it to update automaticaly in 14.04? The jtaylor repository does not seem to have Trusty or I don't know how to get it.

user270984
  • 51
  • 1
  • 3
  • compile from source. Create a shell script to automate everything from downloading to compiling to installing to clearing the mess. – Registered User Apr 20 '14 at 05:58

1 Answers1

11

I know this is a pretty old post, but searching for the topic I stumbled about it. And for those of you who will do so in the future, here is an answer that worked for me.

Thanks to Julian Taylor (thx buddy!!) we have a working ppa for Keepass2. Here is his project page: https://sourceforge.net/p/keepass/discussion/329220/thread/17d1bd26/?page=2

Install it like this (via terminal):

sudo apt-add-repository ppa:jtaylor/keepass
sudo apt-get update
sudo apt-get install keepass2

Hope it helps!

Cheers, Nix

Nixblicker
  • 111
  • 1
  • 4