Page 1 of 1

[Solved] Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Mon Aug 27, 2012 10:18 pm
by OO.Believer
I would like to install Open Office v3.4.1 on my Linux RHEL v6.3 configuration.

I *think* I removed Open Office in favor of Libre Office; I'd like to evaluate OO 3.4.1 now. There don't appear to be any "leftover" RPMs for OO.

When I attempt to install the OO 3.4.1 RPMs I encounter (the excerpt):

file /opt/openoffice.org/ure/lib/uuresolver.uno.so conflicts between attempted installs of openoffice.org-ure-3.4.1-9593.x86_64 and openoffice.org-ure-3.4.0-9590.i586
file /opt/openoffice.org/ure/share/java/java_uno.jar conflicts between attempted installs of openoffice.org-ure-3.4.1-9593.x86_64 and openoffice.org-ure-3.4.0-9590.i586
file /opt/openoffice.org/ure/share/java/juh.jar conflicts between attempted installs of openoffice.org-ure-3.4.1-9593.x86_64 and openoffice.org-ure-3.4.0-9590.i586
file /opt/openoffice.org/ure/share/java/jurt.jar conflicts between attempted installs of openoffice.org-ure-3.4.1-9593.x86_64 and openoffice.org-ure-3.4.0-9590.i586
file /opt/openoffice.org/ure/share/java/ridl.jar conflicts between attempted installs of openoffice.org-ure-3.4.1-9593.x86_64 and openoffice.org-ure-3.4.0-9590.i586

Any help would be appreciated.

Thanks,

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Tue Aug 28, 2012 5:56 pm
by Robert Tucker
Why are you attempting to install the 64 bit in place of the (older) 32 bit?

You are using:

# rpm -Uvh *.rpm

?

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Fri Aug 31, 2012 7:33 am
by OO.Believer
I didn't realize I'd installed the 32-bit.

When I visit the OO site, it automatically chooses the version to download.

Is that my issue? Do I need to specify a 32-bit build?

More to the point, if I want to *remove* the "previous" version, how do I go about that?

Thanks in advance.

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Fri Aug 31, 2012 4:20 pm
by Robert Tucker
OO.Believer wrote:if I want to *remove* the "previous" version, how do I go about that?
I think:

# yum remove openoffice*

is supposed to do the trick.

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Fri Sep 07, 2012 9:32 pm
by OO.Believer
I've tried a number of "yum" variants (remove, install, upgrade) with "openoffice*" as the argument. Invariably, I encounter "openoffice.org*" (in bold font) available but not installed"

When I do "yum list openoffice", I see a number of packages (modules?) but I can't remove any of those either.

Still stumped.

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Fri Sep 07, 2012 9:42 pm
by Robert Tucker
Can you not use yum extender (yumex) to check what's installed? Or are you trying to install OpenOffice headless at run level 3?

Or how about:

Code: Select all

$ yum list > yumlist.txt
$ grep openoffice yumlist.txt

Re: Issues Installing OO 3.4.1 on RHEL 6.3

Posted: Fri Sep 21, 2012 6:38 pm
by OO.Believer
I was ultimately able to resolve this issue but I'm not sure of the specific action.

Normally, I leave my system in a "suspended" state and very infrequently "reboot", however, I had occasion to do that. After a reboot, I visited openoffice.org, saw there was a v3.4.1 available, downloaded and installed that without issue. Perhaps MY challenge was needing to reboot?

Thanks to all for your suggestions and support.