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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Installation)
Line 19: Line 19:
 
su -
 
su -
 
</source></li>
 
</source></li>
</ol>
+
<li>Change directory to:
* Execute the installation package
+
<source lang="text">
 +
<OpenOffice.org_unzip-dir>/RPMS
 +
</source></li>
 +
<li>The RPMS directory contains RPM package for the Gnome and KDE integration.
 +
* Linux users with KDE:
 +
<source lang="text">
 +
rm staroffice-suse-menus-8.0.0-124.noarch.rpm
 +
</source>
 +
* Linux users with Gnome:
 +
<source lang="text">
 +
rm staroffice-gnome-integration-8.0.0-124.i586.rpm
 +
</source></li>
  
 
<!--
 
<!--
* You will find the RPM packages in following directory :
 
 
/var/tmp/unpack_staroffice/RPMS
 
 
* Move all RPM packages in a directory of your choice.
 
* Go into this directory
 
* Cancel the StarOffice setup now
 
-->
 
<!--
 
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 remove these files.
 
 
* Linux users with an other distribution than SUSE
 
 
rm staroffice-suse-menus-8.0.0-124.noarch.rpm
 
 
* Users which do not use the Gnome desktop
 
 
rm staroffice-gnome-integration-8.0.0-124.i586.rpm
 
-->
 
 
 
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.
 
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.
  
Line 53: Line 44:
 
  rpm -ivh –prefix /export *.rpm
 
  rpm -ivh –prefix /export *.rpm
  
<!-- Be careful with this. The Gnome and SUSE desktop integration will not work. -->
+
Be careful with this. The Gnome and SUSE desktop integration will not work. -->
  
 
Remove the {{OOo}} installation packages :
 
Remove the {{OOo}} installation packages :
<!--
+
 
 
  rm -r /var/tmp/unpack_openoffice
 
  rm -r /var/tmp/unpack_openoffice
 
-->
 
-->
 
+
</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:20, 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 staroffice-suse-menus-8.0.0-124.noarch.rpm
    • Linux users with Gnome:
    rm staroffice-gnome-integration-8.0.0-124.i586.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