Linux x86

From Apache OpenOffice Wiki
Jump to: navigation, search


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

Install

  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, 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
    Template:Documentation/Note

You can safely delete the Apache OpenOffice installation packages after the install is complete.

Uninstall

Do not delete the Apache OpenOffice files from the file system. You must use the Apache OpenOffice Java setup or the RPM package manager to uninstall Apache OpenOffice.

  1. Become root if necessary
    su -
  2. Create a file 'ooo_packages' with all Apache OpenOffice related RPM packages
    rpm -qa | grep openoffice > ooo_packages
  3. Check the content of file carefully. All packages in this list will be removed. This list does not include the JRE package that was installed if you used the Apache OpenOffice installstion set that includes JRE.
  4. To remove all Apache OpenOffice related packages:
    rpm -e openoffice.org*

DEB Based Linux Distributions

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

Install

  1. Become root if necessary
    su -
  2. Change directory to:
    <OpenOffice.org_unzip-dir>/DEBS
  3. The DEBS directory contains DEB packages for the Gnome and KDE integration.
    • For users with KDE, you can remove the Gnome integration DEB:
    rm openoffice.org-gnome-integration-<version>.deb
    • For users with Gnome, you can remove the KDE integration DEB:
    rm openoffice.org-kde-integration-<version>.deb
  4. Install into the standard /opt directory
    dpkg -i *.deb
    Template:Documentation/Note<

You can safely delete the Apache OpenOffice installation packages after the install is complete.

Uninstall

Do not delete the Apache OpenOffice files from the file system. You must use the Apache OpenOffice Java setup or the DEB package manager to uninstall Apache OpenOffice.

  1. Become root if necessary
    su -
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools