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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Installation)
(Installation)
Line 14: Line 14:
  
 
=== Installation ===
 
=== Installation ===
 
+
<ol>
* Become root if necessary
+
<li>Become root if necessary
 
+
<source lang="text">
su -
+
su -
 
+
</source></li>
 +
</ol>
 
* Execute the installation package
 
* Execute the installation package
 
 
<!-- * Following error message appears:
 
 
The Installation Wizard can't run in GUI mode.
 
Maybe the DISPLAY environment variable isn't set correctly.
 
 
* Due to the fact that we do not need the graphical installer we could leave this error message. In those cases where the graphic setup appears do not continue to install StarOffice but leave the installation dialog open. -->
 
  
 
<!--
 
<!--

Revision as of 08:10, 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 -
  • Execute the installation package


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


Remove the Apache OpenOffice installation packages :

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