rhel6 下安装keepass2.25

安装keepass需要如下组件支持:


1 curl -O http://download.mono-project.com/sources/libgdiplus/libgdiplus-2.10.9.tar.bz2

  ./configure --prefix=/usr/;make;make install


2  wget HTTP://download.mono-project.com/sources/mono/mono-3.2.1.tar.bz2

   ./configure --prefix=/usr/;make;make install


3 download keepass portable from http://keepass.info/download.html

  cd /usr/bin

  mkdir KeePass

  cd KeePass

  unzip keepass.zip


  wget hxxp://upload.wikimedia.org/wikipedia/commons/1/19/KeePass_icon.png


4  cd /usr/share/applications/

   nano KeePass.desktop

   ***Add the following lines to Nano***

  [Desktop Entry]

  Name=KeePass

  Exec=mono /usr/bin/KeePass/KeePass.exe

  Icon=/usr/bin/KeePass/KeePass_icon.png

  Categories=Other

  Type=Application


***Save file***

ctl-x

type y

press enter

*** END ***



你可能感兴趣的:(RHEL,KeePass)