Sunday, February 13, 2011

Installing OpenOffice in Fedora 14 BOX (32bit)

1. Download OpenOffice.org using this code:
wget http://download.services.openoffice.org/files/stable/3.2.1/OOo_3.2.1_Linux_x86_install-rpm-wJRE_en-US.tar.gz

Note: if wget is not install terminal will prompt it for installation.

2. Change into root user by:
su -

3. Remove Old OpenOffice.org to prevent conflict by:
yum remove openoffice.org*

4. Extract the Package by using this code:
tar -xvf /path/OOo_3.2.1_*
where path is the location of the .tar.gz

5. After extract, access the extracted folder by:
cd OOO320_m18_native_packed-1_en-US.9502

6. Install or Update OpenOffice.org RPM packages by:
rpm -Uvh RPMS/*.rpm RPMS/desktop-integration/openoffice.org3.2-redhat-menus-3.2-*.rpm

or

./setup
Then a GUI wizard will be shown.

No comments:

Post a Comment