Update: You may consider to install OpenOffice 3.0 instead.
First of all remove all unnecessary language packs as described here, it makes upgrading much easier. Then some packages have to be downloaded. Create a directory in Downloads, name it OpenOffice, and save all files there.
The packages needed are calc, core, impress, writer, latex, hunspell, hyphen, hyphen-en, mythes-en, nspr and nss. Also needed is the language package, for english being langpack-en. If you need another language you'll have to edit the download path and replace en with your language code. All available languages can be seen here. Download the corresponding version of hunspell, hyphen and mythes in addition to the english ones. If in doubt which one to choose get the latest fc9 version available.
Open a terminal.
sudo rpm -U Downloads/OpenOffice/*If you only receive two errors, about libcrypto.so.7 and libssl.so.7, all went well and you can continue. If not make sure you downloaded all required packages and retry.
sudo ln -s /lib/libcrypto.so.6 /lib/libcrypto.so.7
sudo ln -s /lib/libssl.so.6 /lib/libssl.so.7Upgrading OpenOffice also replaces all icons with low resolution official icons, so the original ones need to be backed up. Don't forget the dot at the end of the line.
sudo cp /usr/share/icons/hicolor/48x48/apps/openofficeorg* .Now everything can be installed.
sudo rpm -U --force --nodeps Downloads/OpenOffice/*Put the original icons back in place.
sudo mv openofficeorg* /usr/share/icons/hicolor/48x48/apps
sudo gtk-update-icon-cache -f /usr/share/icons/hicolorThe only thing left to do is to edit the desktop files, and to remove %U on line number nine.
sudo mousepad /usr/share/applications/openoffice.org-1.9-writer.desktop
sudo mousepad /usr/share/applications/openoffice.org-1.9-calc.desktop
sudo mousepad /usr/share/applications/openoffice.org-1.9-impress.desktopThat's it, OpenOffice has been upgraded to version 2.41, the latest available.


sudo mousepad /usr/share/applications/openoffice.org-1.9-writer.desktop
sudo mousepad /usr/share/applications/openoffice.org-1.9-calc.desktop
sudo mousepad /usr/share/applications/openoffice.org-1.9-impress.desktop
so that I could edit them
The following doesnt work for me. States command not found
sudo /usr/share/applications/openoffice.org-1.9-writer.desktop
sudo /usr/share/applications/openoffice.org-1.9-calc.desktop
sudo /usr/share/applications/openoffice.org-1.9-impress.desktop
Any ideas?
I wanted to install the german version, and took me some time to find the required hyphen-de and mythe-de packages. So in case someone need them:
http://rpmfind.net/linux/rpm2html/search.php?query=hyphen-de&submit=Search+...&system=&arch=
http://rpmfind.net/linux/rpm2html/search.php?query=mythes-de
I didn't know about rpmfind.net, it's really handy ;-)
I did everything you said and it's wonderful. Thank you very much for these explanations.
However I seem to have lost the original nice and beautiful icons... because now it'S the ugly ones that came with OpenOffice 2.4...
So do you have any idea on how to get back the nice icons?
I have tried a few things to find them although, I am only 2 days into playing with linux!! I'm grateful for any help offered.
sudo tar -jvxf hdc1._.tar.bz2 \
usr/share/icons/hicolor/48x48/apps/openofficeorg-writer.png \
usr/share/icons/hicolor/48x48/apps/openofficeorg-calc.png \
usr/share/icons/hicolor/48x48/apps/openofficeorg-impress.png
sudo mv usr/share/icons/hicolor/48x48/apps/* /usr/share/icons/hicolor/48x48/apps/
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
I've tried and tried to do as you say, but still gets these errors... Even if I did the step of libcrypto..
user@localhost openoffice]$ sudo rpm -U *rpm
error: Failed dependencies:
libcrypto.so.7 is needed by openoffice.org-core-2.4.1-17.6.fc9.i386
libssl.so.7 is needed by openoffice.org-core-2.4.1-17.6.fc9.i386
libhunspell-1.1.so.0 is needed by (installed) xulrunner-1.9.0.3-1.fc8.remi.i386
What can I do?
//Kelly
As a Newbie in Linux it is very nice to have a place where I can find the answers !
I can't get past the first step. Every time I type: sudo rpm -U Downloads/OpenOffice/* , it just tells me:
audit_log_user_command(): Connection refused
error: File not found by glob: Downloads/OpenOffice/*
Can you please help me and tell me what's wrong? Thanks.
The install:
[user@localhost ~]$ sudo rpm -U --force --nodeps Downloads/OpenOffice/*
Gives this return:
/bin/mktemp: invalid option -- -
Usage: mktemp [-V] | [-dqtu] [-p prefix] [template]