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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Installing {{OOo}} Product Upgrades/Patches)
(Installation)
Line 112: Line 112:
 
== Debian Packages ==
 
== Debian Packages ==
 
=== Installation ===
 
=== Installation ===
{{OOo}} does not provide Debian packages. Debian users must convert the RPM packages before they start the installation.  
+
{{OOo}} provides Debian packages.  
  
<!-- Owner of StarOffice CD has to go into the RPMS directory of their CD-ROM. Users of the download installation set have to extract the RPM packages first, which is described in the RPM section above. -->
+
<!--  
 +
Debian users must convert the RPM packages before they start the installation.
 +
 
 +
Owner of StarOffice CD has to go into the RPMS directory of their CD-ROM. Users of the download installation set have to extract the RPM packages first, which is described in the RPM section above.  
  
 
* Become root if necessary
 
* Become root if necessary
Line 120: Line 123:
 
  su -
 
  su -
  
* Remove the SUSE menu integration
+
* Remove the SUSE menu integration-->
 
<!--
 
<!--
 
  rm staroffice-suse-menus-8.0.0-124.noarch.rpm
 
  rm staroffice-suse-menus-8.0.0-124.noarch.rpm
-->
+
 
 
* The alien utility converts RPM packages into native Debian packages (.DEB). We recommend to install the latest release with:
 
* The alien utility converts RPM packages into native Debian packages (.DEB). We recommend to install the latest release with:
  
Line 137: Line 140:
  
 
  dpkg -i - force-overwrite *.deb
 
  dpkg -i - force-overwrite *.deb
 +
-->
  
 
{{PDL1}}
 
{{PDL1}}

Revision as of 07:37, 21 July 2008


RPM Based Linux distributions

The Apache OpenOffice setup uses RPM packages with a Java based front end.

RPM package manager has powerful command line interface to install, update and remove RPM packages. The RPM manager has to be provided by the Linux distribution which is the case for SUSE and RedHat but not for Debian. Debian has to convert the RPM packages, which is described in the Debian section of this document.

Installation

Users of the download installation set have to unpack the package first. The easiest way to accomplish this is to execute the Apache OpenOffice installation file.

  • Become root if necessary
su -
  • Execute the installation package


The RPMS directory contains RPM package for the Gnome and SUSE integration. Users which do not use a SUSE distribution or the Gnome desktop should to remove these files.

  • Linux users with an other distribution than SUSE
  • Users which do not use the Gnome desktop

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.

rpm -ivh –prefix /export *.rpm

Be careful with this. The Gnome and SUSE desktop integration will not work.

Remove the Apache OpenOffice installation packages :

Installing Apache OpenOffice Product Upgrades/Patches

Deinstallation

Previous release of Apache OpenOffice could be removed by simply deleting the Apache OpenOffice directory and the .sversionrc. Do not that with Apache OpenOffice, it makes your RPM repository inconsistent

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

Apache OpenOffice provides Debian packages.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools