Digital Marketing

How to install KeePass 2 on CentOS

Install Mono
$ sudo yum install -y mono-core mono-devel

Download KeePass Professional Edition, portable (ZIP package)

Create KeePass Application Directory
$ sudo mkdir /usr/bin/KeePass
Unzip (extract) Downloaded KeePass Package
$ sudo unzip /path/to/keepass.zip -d /usr/bin/KeePass/

Create the File “/usr/share/applications/KeePass.desktop” and Add the Following Content:
[Desktop Entry]
Name=KeePass
GenericName=Password Database
Comment=Store you passwords in an encrypted database
Exec=mono /usr/bin/KeePass/KeePass.exe
#Icon=/usr/bin/KeePass/KeePass_icon.png
Type=Application
Categories=Other

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database