Difference between revisions of "Documentation/Administration Guide/Linux"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Installation)
Line 24: Line 24:
 
</source></li>
 
</source></li>
 
<li>The RPMS directory contains RPM package for the Gnome and KDE integration.  
 
<li>The RPMS directory contains RPM package for the Gnome and KDE integration.  
* Linux users with KDE:
+
* For users with KDE, remove the Gnome intergration RPM:
 
<source lang="text">
 
<source lang="text">
 
rm openoffice.org-gnome-integration-<version>.rpm
 
rm openoffice.org-gnome-integration-<version>.rpm
 
</source>
 
</source>
* Linux users with Gnome:
+
* For users with Gnome, remove the KDE integration RPM:
 
<source lang="text">
 
<source lang="text">
 
rm openoffice.org-kde-integration-<version>.rpm
 
rm openoffice.org-kde-integration-<version>.rpm
 
</source></li>
 
</source></li>
 
+
<li>Install into the standard /opt directory
 +
<source lang="text">
 +
rpm -ivh *.rpm
 +
</source></li>
 
<!--
 
<!--
The RPM command has a rich set of command line parameters. This section describes the most important parameters only. Make sure that you are in the directory where RPM packages are located.
 
 
For an installation into the standard /opt directory :
 
 
rpm -ivh *.rpm
 
 
 
If you prefer to install in another directory.
 
If you prefer to install in another directory.
  
 
  rpm -ivh –prefix /export *.rpm
 
  rpm -ivh –prefix /export *.rpm
 
Be careful with this. The Gnome and SUSE desktop integration will not work. -->
 
  
 
Remove the {{OOo}} installation packages :
 
Remove the {{OOo}} installation packages :
Line 51: Line 46:
 
-->
 
-->
 
</ol>
 
</ol>
 +
 
=== Installing {{OOo}} Product Upgrades/Patches ===
 
=== Installing {{OOo}} Product Upgrades/Patches ===
 
<!-- Each Product Update has the same Java based installer front end as the {{OOo}} installation set. Just call the setup for applying the update. Anyhow, the Upgrade uses RPM packages as which could be applied by the upgrade command of RPM.
 
<!-- Each Product Update has the same Java based installer front end as the {{OOo}} installation set. Just call the setup for applying the update. Anyhow, the Upgrade uses RPM packages as which could be applied by the upgrade command of RPM.

Revision as of 08:24, 23 July 2008


RPM Based Linux distributions

The RPM package manager is a powerful tool you can use to deploy software packages locally and through a network.

Template:Documentation/Note

Installation

  1. Become root if necessary
    su -
  2. Change directory to:
    <OpenOffice.org_unzip-dir>/RPMS
  3. The RPMS directory contains RPM package for the Gnome and KDE integration.
    • For users with KDE, remove the Gnome intergration RPM:
    rm openoffice.org-gnome-integration-<version>.rpm
    • For users with Gnome, remove the KDE integration RPM:
    rm openoffice.org-kde-integration-<version>.rpm
  4. Install into the standard /opt directory
    rpm -ivh *.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.

Template:Documentation/Note

   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).
Personal tools