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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 +
{{DISPLAYTITLE:How do I install OpenOffice.org on OpenBSD?}}
 
== Installation ==
 
== Installation ==
 
An installation in OpenBSD is performed in the following way.
 
An installation in OpenBSD is performed in the following way.
Line 25: Line 26:
 
  pkg_delete openoffice
 
  pkg_delete openoffice
 
[[Category: Documentation/FAQ/Installation]]
 
[[Category: Documentation/FAQ/Installation]]
 +
[[nl:NL/Documentation/FAQ/Installation/How_do_I_install_OpenOffice.org_on_OpenBSD]]

Revision as of 15:54, 6 January 2010

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
In other languages