// March 5th, 2010 // 2 Comments » // General
I finally wanted to have KeePass to track my uncontrolled registrations all over the Wild Wild Web. I google’d a bit and found no perfect guide on the web, so I’m writing one. Now that I’m using Linux running KeePass, a windows executable, is not so easy. You need to have mono to run KeePass under Linux.
The Process:
- Check mono is installed: Installed by default in Ubuntu
- Install mono-devel: sudo apt-get install mono-devel
- Install System.Windows.Forms for Ubuntu: sudo apt-get install libmono-winforms*
- Download and extract KeePass portable
- Run with the command: mono KeePass.exe
Tested on Ubuntu 9.10
Also works on Ubuntu 9.10 Netbook Remix