Difference between revisions of "Documentation/Administration Guide/Linux"
From Apache OpenOffice Wiki
Line 35: | Line 35: | ||
<source lang="text"> | <source lang="text"> | ||
rpm -ivh *.rpm | rpm -ivh *.rpm | ||
+ | </source> | ||
+ | {{Documentation/Note|If you prefer to install {{OOo}} in a different location, use the <tt>-prefix</tt> option. | ||
+ | <source lang="text"> | ||
+ | rpm -ivh –prefix /export *.rpm | ||
</source></li> | </source></li> | ||
<!-- | <!-- | ||
− | |||
− | |||
− | |||
Remove the {{OOo}} installation packages : | Remove the {{OOo}} installation packages : |
Revision as of 08:28, 23 July 2008
- Apache OpenOffice Basic Macros and Libraries
- Apache OpenOffice Extension Manager
- Adding Template Files to an Apache OpenOffice Installation
- Adding AutoText Files to an Apache OpenOffice Network Installation
- Deactivating the Apache OpenOffice Registration Wizard
- Accessing Email Clients
- Customizing the User Interface
- Restricting Functionality in Apache OpenOffice
- Accessing Apache OpenOffice User Profiles on an LDAP Server
RPM Based Linux distributions
The RPM package manager is a powerful tool you can use to deploy software packages locally and through a network.
Installation
- Become root if necessary
su -
- Change directory to:
<OpenOffice.org_unzip-dir>/RPMS
- The RPMS directory contains RPM package for the 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
- Install into the standard /opt directory
rpm -ivh *.rpm
{{Documentation/Note|If you prefer to install Apache OpenOffice in a different location, use the -prefix option.
rpm -ivh –prefix /export *.rpm
Installing Apache OpenOffice Product Upgrades/Patches
Deinstallation
Use the RPM package manager to uninstall Apache OpenOffice. You have to determine the list of Apache OpenOffice related packages.
- Become root if necessary
su -
- To remove all Apache OpenOffice related packages:
Debian Packages
Installation
The APT or DPKG package manager used to install, update and remove DEB packages, and is provided as part of DEB based Linux distributions such as Debian and Ubuntu.
cd OOo_inst_folder/DEBS sudo dpkg -i *.deb
- Install the Apache OpenOffice packages into the /opt/<openoffice-dir>
Content on this page is licensed under the Public Documentation License (PDL). |