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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 26: Line 26:
 
* Linux users with KDE:
 
* Linux users with KDE:
 
<source lang="text">
 
<source lang="text">
rm staroffice-suse-menus-8.0.0-124.noarch.rpm
+
rm openoffice.org-gnome-integration-<version>.rpm
 
</source>
 
</source>
 
* Linux users with Gnome:
 
* Linux users with Gnome:
 
<source lang="text">
 
<source lang="text">
rm staroffice-gnome-integration-8.0.0-124.i586.rpm
+
rm openoffice.org-kde-integration-<version>.rpm
 
</source></li>
 
</source></li>
  

Revision as of 08:21, 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.
    • Linux users with KDE:
    rm openoffice.org-gnome-integration-<version>.rpm
    • Linux users with Gnome:
    rm openoffice.org-kde-integration-<version>.rpm

  4. Remove the Apache OpenOffice installation packages :

    rm -r /var/tmp/unpack_openoffice
    

    -->

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