I just did today. Here's how:
On build 767, 'yum install gnumeric' didn't quite work -- there was one unsatisfied dependency. I downloaded
ftp://rpmfind.net/linux/fedora/updates/ ... 9.i386.rpm (which I found at
http://rpmfind.net/linux/rpm2html/searc ... =libglade2 if that particular link disappears) and installed it with
- Code: Select all
rpm -Uvh libglade2-2.6.2-6.fc9.i386.rpm
. After that,
- Code: Select all
yum install gnumeric
worked fine. Pretty easy, actually.