Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install Keepass2 under Debian Squeeze

Leer en espanol
Install Keepass2 under Debian Squeeze

Table of contents

KeePass  is a manager passwords which is used to store a large number of user/password pairs. The database where this information is stored is encrypted using a only key (master password or in English master password), so that the user only has to memorize one password to access all the others. This makes password management easier and encourages users to choose complex passwords without fear of not being able to remember them later.

Currently keepass2 is in the SID branch.

We install the necessary libraries.

apt-get inbstall mono-runtime libmono-corlib2.0-cil libmono-system2.0-cil libmono-winforms2.0-cil

We download the package from Ubuntu

Bash
rokitoh@red-orbit : # wget https://launchpad.net/~jtaylor/+archive/keepass/+files/keepass2_2.20.1%2Bdfsg-0ubuntu1~ppa1~natty1_all.deb

we install

Bash
rokitoh@red-orbit : # dpkg -i eepass2_2.20.1+dfsg-0ubuntu1~ppa1~natty1_all.deb

Regards, Rokitoh

:wq!

Comments