Installing Password Gorilla on Fedora 14
Date: 13 December 2010
I switched to Fedora 14 on my laptop a few weeks back. It’s been working great but there’s no package for the Password Gorilla which I use to keep track of passwords. Fortunately, installing from source is easy.
yum install tk itcl
Now that the prereqs are installed, we can grab the source. I checked out the code from the git repository but you can get the tarball. Since gorilla is a TCL app, there’s nothing to compile. Running it is easy.
cd gorilla
sources/gorilla.tcl
That’s it. You should be good to go.