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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 54: Line 54:
 
<!-- rm -r /var/tmp/unpack_staroffice -->
 
<!-- rm -r /var/tmp/unpack_staroffice -->
  
 +
<!--
 
=== Apply StarOffice Product Patches/Updates ===
 
=== Apply StarOffice Product Patches/Updates ===
 
Each Product Update has the same Java based installer front end as the StarOffice installation set. Just call the setup for applying the update. Anyhow, the Upgrade uses Solaris packages as which could be applied by the upgrade command of the Solaris Package Manager.
 
Each Product Update has the same Java based installer front end as the StarOffice installation set. Just call the setup for applying the update. Anyhow, the Upgrade uses Solaris packages as which could be applied by the upgrade command of the Solaris Package Manager.
Line 69: Line 70:
  
 
  patchadd 120186-02
 
  patchadd 120186-02
 +
 +
-->
  
 
=== De-Installation ===
 
=== De-Installation ===
Do not delete the StarOffice files from the file system. We strongly recommend to use the StarOffice Java setup or the ''pkgrm'' tool to de-install StarOffice. The Solaris package repository would become inconsistent when you remove the StarOffice files via rm -r .
+
Do not delete the {{OOo}} files from the file system. We strongly recommend to use the {{OOo}} Java setup or the ''pkgrm'' tool to de-install {{OOo}}. The Solaris package repository would become inconsistent when you remove the {{OOo}} files via rm -r .
  
* Become root if necessary<br/>
+
* Become root if necessary
  
 
  su -
 
  su -
 
+
<!--
* Create a file 'so_packages' with all StarOffice related Solaris packages
+
* Create a file 'so_packages' with all {{OOo}} related Solaris packages
  
 
  pkginfo -x | cut  -f1 -d " " | grep staroffice > /tmp/so_packages  
 
  pkginfo -x | cut  -f1 -d " " | grep staroffice > /tmp/so_packages  
 
+
-->
* For a silent installation of StarOffice it is necessary to create an admin file. This avoids recurring queries at the installation.
+
* For a silent installation of {{OOo}} it is necessary to create an admin file. This avoids recurring queries at the installation.
  
 
  echo action=nocheck > /tmp/admin
 
  echo action=nocheck > /tmp/admin
Line 88: Line 91:
  
 
* Remove all packages listed in the file
 
* Remove all packages listed in the file
 
+
<!--
 
  pkgrm -a /tmp/admin -n `cat /tmp/so_packages`
 
  pkgrm -a /tmp/admin -n `cat /tmp/so_packages`
 
+
-->
* There are a number of packages in the StarOffice installation set does not use the term 'staroffice'. These packages including a font server (SUNWfreetype2) and an Ababas D database server (SUNWadabas). To remove these packages:
+
<!--
 +
* There are a number of packages in the {{OOo}} installation set do not use the term 'openoffice'. These packages including a font server (SUNWfreetype2) and an Ababas D database server (SUNWadabas). To remove these packages:
  
 
  pkgrm SUNWfreetype2 SUNWadabas
 
  pkgrm SUNWfreetype2 SUNWadabas
 
+
-->
Depending on your Java environment you have to deinstall following three packages which including the Java Runtime Environment which was installed by the StarOffice installer. De-Installing these packages could damage you Java environment.
+
Depending on your Java environment you have to uninstall following three packages which including the Java Runtime Environment which was installed by the {{OOo}} installer. Uninstalling these packages could damage your Java environment.
  
 
  pkgrm SUNWj5rt SUNWj5man SUNWj5cfg  
 
  pkgrm SUNWj5rt SUNWj5man SUNWj5cfg  
  
-->
 
 
{{PDL1}}
 
{{PDL1}}

Revision as of 08:46, 18 July 2008


Installation

The Solaris Package Manager is powerful tool to deploy software packages locally and through a network.

  • Download and unzip the installation sources.
  • Become root if necessary
su -
  • Execute the installation package on:
Solaris Sparc


Solaris x86


To install the StarOffice packages :


Remove the StarOffice installation packages afterwards :


De-Installation

Do not delete the Apache OpenOffice files from the file system. We strongly recommend to use the Apache OpenOffice Java setup or the pkgrm tool to de-install Apache OpenOffice. The Solaris package repository would become inconsistent when you remove the Apache OpenOffice files via rm -r .

  • Become root if necessary
su -
  • For a silent installation of Apache OpenOffice it is necessary to create an admin file. This avoids recurring queries at the installation.
echo action=nocheck > /tmp/admin
echo conflict=nocheck >> /tmp/admin
echo rdepend=nocheck >> /tmp/admin
  • Remove all packages listed in the file

Depending on your Java environment you have to uninstall following three packages which including the Java Runtime Environment which was installed by the Apache OpenOffice installer. Uninstalling these packages could damage your Java environment.

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