6

How do I upgrade KeePass2 using the terminal ?
I have version 2.25 and I want to upgrade to version 2.30.

hg8
  • 13,410
  • 12
  • 71
  • 103
Linuxuser001
  • 318
  • 1
  • 7
  • 24

1 Answers1

5

Use the KeePass repository :

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

With this PPA KeePass will automatically be updated when you run sudo apt-get upgrade
(or when running the Update Manager).

Note that http://keepass.info/help/v2/setup.html is not recommending using any private ppa.

reducing activity
  • 951
  • 2
  • 19
  • 45
hg8
  • 13,410
  • 12
  • 71
  • 103