THESE ARE COPY PASTES FROM A FORUM, ALL CREDIT GOES TO THE AUTHORS.
http://forums.fedoraforum.org/showthread.php?t=278932 My explanation: Since keepass wasnt exactly compiled to run from Fedora, there arent any downloadable rpms or anything (not that I am aware of at least). So since keepass is a .NET app and linux has software that can emulate .NET specifically “mono”. First log in to fedora and log in as root user to a terminal ***First Steps (Which I grabbed from second step)*** sudo -i
yum install mono-core yum install mono-winforms ***Check package info*** yum info mono-core ***Install package*** ***Check package info*** ***Install package*** download keepass portable from http://keepass.info/download.html Make sure its the latest 2.x firmware that specifically says its protable ***Create file for archive to be extracted to*** ***unzip keepass .zip file*** Note: usually downloaded stuff goes to ***download KeePass icon*** ***Create shortcut for your applications menu*** ***Add the following lines to Nano (without any extra whitespace like new lines)*** [Desktop Entry]
Name=KeePass ***Save file*** ***Restart Gnome 3*** ***Launch KeePass*** |