Can I install OpenOffice.org with Fedora?

Issues with installing under all GNU/Linux Distributions
Post Reply
garyjahns
Posts: 1
Joined: Sat Apr 05, 2008 3:02 am

Can I install OpenOffice.org with Fedora?

Post by garyjahns »

I am running Fedora Core 6 on an i686 machine, and was using Open Office 2.0.3 for the past year. I just tried to upgrade to OO 2.4. I followed the instructions for downloading and installing on the OO website. Everything seemed to go fine installing the RPMs. The final step is to go to the desktop-integration folder and "install the appropriate desktop interface." I figured the right choice was the Red Hat one. I am not very savvy on running RPMs, so I used the same format, rpm -Uvih openoffice.org-redhat-menus... That got a huge number of messages about conflicts with what looked like components of the other types of desktop interfaces. What is the correct way to install the desktop interface for Fedora? Thanks for any help you can provide.
User avatar
Robert Tucker
Volunteer
Posts: 1250
Joined: Mon Oct 08, 2007 1:34 am
Location: Manchester UK

Re: Can I install Open Office with Fedora?

Post by Robert Tucker »

Try installing the desktop-integration first?

Otherwise maybe printout some output in the forum.
LibreOffice 7.x.x on Arch and Fedora.
User avatar
AndrewZ
Volunteer
Posts: 633
Joined: Mon Oct 08, 2007 1:25 am
Location: Colorado, USA

Re: Can I install Open Office with Fedora?

Post by AndrewZ »

At the beginning of this process, you should remove the Fedora RPMs. IIRC, they use different names, so they don't upgrade properly. I do something like this

Code: Select all

yum remove "openoffice*"
rpm -Uvh *rpm desktop-integration/*redhat*rpm
* Did you solve your problem? Do others a favor: Post the solution
* Visit OpenOffice.org Ninja (blog) and OpenOffice.org Ninja Wiki for news, previews, troubleshooting, etc.
OOo 3.0.X on Fedora 9 + XP
landonmkelsey
Posts: 22
Joined: Thu Mar 24, 2011 6:03 pm

Re: Can I install Open Office with Fedora?

Post by landonmkelsey »

yum remove "openoffice*" worked!
rpm -Uvh *rpm desktop-integration/*redhat*rpm


# rpm -Uvh *rpm desktop-integration/*redhat*rpm
error: File not found by glob: *rpm
error: File not found by glob: desktop-integration/*redhat*rpm
missing soemthing!...did a copy and paste

What else must be done??? for a F14 install
2.6.35.11-83.fc14.i686 Fedora 14

$ rpm -qa|grep -i openoffice
openoffice.org3-3.3.0-9567.i586
Post Reply