Difference between revisions of "Documentation/FAQ/Installation/How do I install Apache OpenOffice on OpenBSD"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == Installation == An installation in OpenBSD is performed in the following way. 1. Become superuser. 2. Select a server from the following website: http://openbsd.org/ftp.html 3. Run th...)
 
Line 2: Line 2:
 
An installation in OpenBSD is performed in the following way.
 
An installation in OpenBSD is performed in the following way.
  
1. Become superuser.
+
1. Become superuser.<br>
 
2. Select a server from the following website:
 
2. Select a server from the following website:
 
  http://openbsd.org/ftp.html
 
  http://openbsd.org/ftp.html
Line 9: Line 9:
 
4. List the available packages for installation.
 
4. List the available packages for installation.
 
  pkg_add -i openoffice
 
  pkg_add -i openoffice
5. Then select openoffice-3.
+
5. Then select openoffice-3.<br>
 
6. List available language packages for installation:
 
6. List available language packages for installation:
 
  pkg_add -i openoffice-i18n-sv
 
  pkg_add -i openoffice-i18n-sv
7. Select the language pack for openoffice-3 for your language.
+
7. Select the language pack for openoffice-3 for your language.<br>
 
8. Exist the superuser shell:
 
8. Exist the superuser shell:
 
  exit
 
  exit

Revision as of 20:31, 8 June 2009

Installation

An installation in OpenBSD is performed in the following way.

1. Become superuser.
2. Select a server from the following website:

http://openbsd.org/ftp.html

3. Run the following program. Replace <server> with the server selected in step 2 and <arch> with the hardware architecture:

export PKG_PATH=<server>/pub/OpenBSD/4.5/packages/<arch>/

4. List the available packages for installation.

pkg_add -i openoffice

5. Then select openoffice-3.
6. List available language packages for installation:

pkg_add -i openoffice-i18n-sv

7. Select the language pack for openoffice-3 for your language.
8. Exist the superuser shell:

exit

9. You are now ready to run the software:

soffice

10. Change language and locale preferences under:

Tools > Options > Language Settings > Languages.

Uninstallation

To uninstall OpenOffice.org run the following commands. The language package may only be uninstalled before or at the same time as uninstallation of the program package:

pkg_delete openoffice-i18n-*
pkg_delete openoffice
Personal tools