Solaris Sparc/x86
1 Become root if necessary
su -
2 Create a file 'ooo_packages' with all OpenOffice.org related Solaris packages
pkginfo -x | cut -f1 -d " " | grep ooo > /tmp/ooo_packages
3 For a silent uninstall of OpenOffice.org, you must create an admin file. This
hides any recurring queries during the uninstall.
echo action=nocheck > /tmp/admin
echo conflict=nocheck >> /tmp/admin
echo rdepend=nocheck >> /tmp/admin
4 Remove all packages listed in the file
pkgrm -a /tmp/admin -n `cat /tmp/ooo_packages`
5 Depending on your Java environment you may choose to uninstall additional
packages which were installed by the OpenOffice.org installer:
pkgrm SUNWj6man SUNWj6cfg
Warning – Uninstalling these packages could damage your Java environment.
Linux
RPM Based Linux distributions
The RPM package manager is a powerful tool you can use to deploy software packages both locally and
throughout a network.
Note – These instructions assume you have downloaded and extracted the OpenOffice.org installation files.
Note – There are installation scripts written that may be useful for experienced users. For more information see
the following: http://installation.openoffice.org/source/browse/installation/setup_native/scripts/
Install
1 Become root if necessary
su -
2 Change directory to:
<OpenOffice.org_unzip-dir>/RPMS
3 The RPMS directory contains RPM packages for OpenOffice.org as well as
Gnome and KDE integration.
For users with KDE, you can remove the Gnome integration RPM:
rm openoffice.org-gnome-integration-<version>.rpm
For users with Gnome, you can remove the KDE integration RPM:
rm openoffice.org-kde-integration-<version>.rpm
4 Install into the standard /opt directory
rpm -ivh *.rpm
5 To install the OpenOffice.org in the menus:
cd desktop-integration
Find the RPM for your specific Linux distribution and install it:
8 OpenOffice.org 3.2 Administration Guide · March 2010
Comentarios a estos manuales