On 09/12/2007 10:15 AM, luis cuadros wrote: > Thanks for the help, but i've already try that. Inside the file I just have > 3 files (licenses, packages and readme) ... inside the file package I have
http://documentation.openoffice.org/setup_guide2/index.html Setup Guides for OpenOffice.org 2.x Use the one for your language. English version states: Installation 1. Download Ooo_2.0.xxx_SOLARIS<NeededCPUArchitecture>_install.tar.gz. 2. Unpack the downloaded image into a directory. For example, the following command will unpack into the current directory: gunzip -c OOo_*_Solaris*_install.tar.gz | tar -xf - This creates a new subdirectory which includes the installation-files. Use the ls command to find the name of the new directory then use the cd command to enter it. 3. cd into the packages subfolder. In this Directory you will find the needed packages to install OpenOffice.org and a package for the desktop-integration in Gnome. 4. Run su to become the root user. 5. If Gnome is not installed on your system, delete the subdirectory gnome-desktopintegration 6. To permanently avoid recurring queries at the installation, you should produce an admin file with the following content: action=nocheck conflict=nocheck idepend=nocheck. You can do this with the following commands: echo action=nocheck >admin echo conflict=nocheck >>admin echo idepend=nocheck >>admin 7. Install the packages with: pkgadd -a admin -d . openoffice.org* 8. Install any language packs needed for OpenOffice.org. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
