Difference between revisions of "Openoffice"

From gr0x0rd
Jump to navigation Jump to search
 
Line 1: Line 1:
== Configuring Software - OpenOffice ==
+
== Configuring Software - LibreOffice ==
  
OpenOffice is a free, open-source office productivity suite that can read and write formats compatible with the Microsoft Office suite. Best of all, it's free, although it has recently been acquired by oracle, so its future is uncertain. We'll emerge the binary package to save compilation time, as well as a spelling dictionary and tool to configure it.
+
LibreOffice is the successor of OpenOffice, which was gobbled up by Oracle/Sun as a means of competing with Microsoft Office and thus became divergent from the open-source community.
  '''$''' sudo emerge -av openoffice-bin app-dicts/myspell-en app-admin/eselect-oodict
+
 
To get spellcheck working, you'll need to configure the dictionary.
+
LibreOffice is a free, open-source office productivity suite that can read and write formats compatible with the Microsoft Office suite. We'll emerge the binary package to save compilation time. LibreOffice has spell-checking support built in, so unlike OpenOffice, there's no need to emerge and configure other package.
'''$''' sudo eselect oodict set myspell-en
+
  '''$''' sudo emerge -av libreoffice-bin
To finalize the configuration, you'll need to configure the extension in Writer. Open Writer from the "Office" area of your menu, then select Tools -> Extention Manager -> Add and browse for the file ''/usr/lib/openoffice/share/extension/install/dict-en.oxt''.
+
You can now access LibreOffice's applications from the "Office" portion of your menu.

Latest revision as of 08:40, 11 May 2011

Configuring Software - LibreOffice

LibreOffice is the successor of OpenOffice, which was gobbled up by Oracle/Sun as a means of competing with Microsoft Office and thus became divergent from the open-source community.

LibreOffice is a free, open-source office productivity suite that can read and write formats compatible with the Microsoft Office suite. We'll emerge the binary package to save compilation time. LibreOffice has spell-checking support built in, so unlike OpenOffice, there's no need to emerge and configure other package.

$ sudo emerge -av libreoffice-bin

You can now access LibreOffice's applications from the "Office" portion of your menu.