1 Deploy OpenOffice.org using package
managers
You can use some of the most popular package managers and software installation tools to install OpenOffice.org
for each platform (Solaris PKG, Linux RPM and DEB, Mac OS X DMG, and Windows MSI). This includes the
command line interface to deploy OpenOffice.org through the network.
Solaris Sparc/x86
Installation
The Solaris 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.
1 Become root if necessary
su -
2 Change directory to:
<OpenOffice.org_unzip-dir>/packages
3 For a silent installation of OpenOffice.org, you must create an admin file. This
hides any recurring queries during the installation.
echo action=nocheck > /tmp/admin
echo conflict=quit >> /tmp/admin
echo idepend=nocheck >> /tmp/admin
4 Install the OpenOffice.org packages :
pkgadd -n -a /tmp/admin -d . *
You can safely delete the OpenOffice.org installation packages after the install is complete.
Uninstall
Do not delete the OpenOffice.org files from the file system. You must use either the OpenOffice.org Java setup
or the pkgrm tool to uninstall OpenOffice.org.
7
Komentáře k této Příručce