LibreOffice

Differences between revisions 1 and 40 (spanning 39 versions)
Revision 1 as of 2011-01-30 04:10:24
Size: 3268
Editor: modemcable118
Comment: First version
Revision 40 as of 2019-03-26 17:05:38
Size: 4122
Editor: fitojb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= LibreOffice installation on Ubuntu = == LibreOffice installation on Ubuntu ==
Line 3: Line 3:
If you're using Ubuntu, don't install LibreOffice manually from the ".deb" files available at [[LibreOffice.org]]. Otherwise you will not get automatic updates & upgrades when new versions come out and you will be missing the integration to Ubuntu. Using official packages also ensures you get the best assistance from the community as this is the recommended method to install & use LibreOffice in Ubuntu. ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; background-image: url('https://launchpadlibrarian.net/57060875/logo.red.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 5: Line 5:
The current status of LibreOffice packaging for Ubuntu can be followed by looking at or subscribing to [[https://bugs.edge.launchpad.net/ubuntu/+bug/651124|Bug #651124]]. If you’re using Ubuntu, please don’t install LibreOffice manually from the .deb files available at [[https://www.libreoffice.org/download/|libreoffice.org]]. Otherwise you will not get automatic updates, upgrades when new versions come out, integration with Ubuntu, and is unsupported for Ubuntu bug filing purposes. Using packages from supported Ubuntu repositories ensures you get the best assistance as this is the recommended method to install and use LibreOffice in Ubuntu.
Line 7: Line 7:
== Ubuntu 11.04 ==
Starting with Ubuntu 11.04, LibreOffice is part of Ubuntu. Since LibreOffice is already part of the standard packages, just search for "libreoffice" in your favorite package manager.
=== Full installation ===
Line 10: Line 9:
== Ubuntu 10.04 LTS and 10.10 == Performing a full installation is the recommended way to install LibreOffice in Ubuntu. One would do this by installing the LibreOffice metapackage via a terminal:
||<tablestyle="background-color: #eee">{{{sudo apt install libreoffice}}}||
Line 12: Line 12:
For Ubuntu 10.04 LTS and 10.10, it is recommended that you use the LibreOffice Personal Package Archive (PPA) repository. A PPA is always considered a third-party application and unfit for production purposes (as far as official commercial support goes), however LibreOffice is becoming part of Ubuntu in April 2011, and this PPA is the source for such official version. Make sure you test this appropriately if you intend to use this in a production environment under Ubuntu 10.04 LTS or 10.10. === Selective installation ===
Line 14: Line 14:
Follow these steps to install LibreOffice in Ubuntu 10.04 LTS or Ubuntu 10.10: While this isn't recommended, one may install a subset of the full installation. An example package set:
Line 16: Line 16:
 1. Open a terminal window under '''Applications > Accessories > Terminal'''
 1. Once the repository is added, we need to let the system know about the new packages available:
 {{{sudo add-apt-repository ppa:libreoffice/ppa}}}
 1. Update the packages list:
 {{{sudo apt-get update}}}
 1. Now we can proceed to install the LibreOffice core packages:
 {{{sudo apt-get install libreoffice}}}
 1. Complete the installation by including the Ubuntu (Gnome) desktop integration:
 {{{sudo apt-get install libreoffice-gnome}}}
 * libreoffice-writer: Word processor
 * libreoffice-calc: Spreadsheet
 * libreoffice-impress: Presentation
 * libreoffice-draw: Drawing
 * libreoffice-base: Database
 * libreoffice-math: Equation editor
Line 26: Line 23:
If you're using Kubuntu (KDE):
sudo apt-get install libreoffice-kde
=== Installing other related packages (dictionaries, extensions, clipart, templates, etc.) ===
Line 29: Line 25:
Additional language modules, help files and extensions are also available if you search for libreoffice in your package manager. Here are a few examples: Additional language modules, help files and extensions are also available if you search for “libreoffice” in your package manager. Example how to search:
||<tablestyle="background-color: #eee">{{{apt-cache search libreoffice-help-en}}}||

Here are a few examples:
Line 32: Line 32:
 * libreoffice-pdfimport - LibreOffice extension for importing PDF documents
 * libreoffice-presentation-minimizer - LibreOffice extension for size-efficient presentations
 * libreoffice-presenter-console - LibreOffice Impress extension for a separate presenter's console
 * libreoffice-report-builder-bin - LibreOffice extension for building database reports -- libraries
 * mozilla-libreoffice - office productivity suite -- Mozilla plugin
 * libreoffice-nlpsolver - "Solver for Nonlinear Programming" extension for LibreOffice
Line 38: Line 34:
== Spell checking, hyphenation and dictionnaries ==
To install proper support for language writing aids you must install the corresponding package. The name will consist of '''language-support-writing-''' followed by your language ISO 639-1 code. A complete list of such language codes is available at:
http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
=== Language localization, spell checking, dictionary, hyphenation, thesaurus, and help ===
Line 42: Line 36:
For French, Spanish and Italian, for example, the corresponding packages are:
 * language-support-writing-fr
 * language-support-writing-es
 * language-support-writing-it
To install proper support for language writing aids you may install the corresponding packages libreoffice-l10n-*, myspell-*, hyphen-*, mythes-*, libreoffice-help-* followed by your language ISO 639-1 code. A complete list of such language codes is available [[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes|here]].

For example, the corresponding French packages are:
 * libreoffice-l10n-fr
 * myspell-fr
 * hyphen-fr
 * mythes-fr
 * libreoffice-help-fr

Please be advised that not all languages have these corresponding packages. For more information on language support in LibreOffice please check [[http://wiki.documentfoundation.org/Language_support_of_LibreOffice|here]].

=== Installing a newer version of LibreOffice than available via Ubuntu repositories ===

If you want to get a later version of LibreOffice then provided by the Ubuntu repositories, and you have tested this appropriately for your environment, you may do so via one of the PPAs provided by the [[https://launchpad.net/~libreoffice|LibreOffice Packaging]] team. For example, one may add the LibreOffice PPA repository:
||<tablestyle="background-color: #eee">{{{sudo apt install python-software-properties}}}||
||<tablestyle="background-color: #eee">{{{sudo apt-add-repository ppa:libreoffice/ppa}}}||
||<tablestyle="background-color: #eee">{{{sudo apt update}}}||

LibreOffice is now available for installation.

== Troubleshooting LibreOffice ==

If you find any issues when using LibreOffice with Ubuntu, [[https://wiki.ubuntu.com/LibreOfficeBugWrangling|please follow the bug reporting guidelines]].

== Building LibreOffice ==

More information on building LibreOffice as a release build or a developer build can be found at BuildingLibreOffice.

== Debugging LibreOffice ==

More information on debugging LibreOffice as a release build or a developer build can be found at DebuggingLibreOffice.

== LibreOffice packaging ==

More information on packaging LibreOffice for Ubuntu is available at LibreOfficePackaging.

LibreOffice installation on Ubuntu

If you’re using Ubuntu, please don’t install LibreOffice manually from the .deb files available at libreoffice.org. Otherwise you will not get automatic updates, upgrades when new versions come out, integration with Ubuntu, and is unsupported for Ubuntu bug filing purposes. Using packages from supported Ubuntu repositories ensures you get the best assistance as this is the recommended method to install and use LibreOffice in Ubuntu.

Full installation

Performing a full installation is the recommended way to install LibreOffice in Ubuntu. One would do this by installing the LibreOffice metapackage via a terminal:

sudo apt install libreoffice

Selective installation

While this isn't recommended, one may install a subset of the full installation. An example package set:

  • libreoffice-writer: Word processor
  • libreoffice-calc: Spreadsheet
  • libreoffice-impress: Presentation
  • libreoffice-draw: Drawing
  • libreoffice-base: Database
  • libreoffice-math: Equation editor

Additional language modules, help files and extensions are also available if you search for “libreoffice” in your package manager. Example how to search:

apt-cache search libreoffice-help-en

Here are a few examples:

  • libreoffice-help-*: help files
  • libreoffice-l10n-*: localization files
  • libreoffice-nlpsolver - "Solver for Nonlinear Programming" extension for LibreOffice

Language localization, spell checking, dictionary, hyphenation, thesaurus, and help

To install proper support for language writing aids you may install the corresponding packages libreoffice-l10n-*, myspell-*, hyphen-*, mythes-*, libreoffice-help-* followed by your language ISO 639-1 code. A complete list of such language codes is available here.

For example, the corresponding French packages are:

  • libreoffice-l10n-fr
  • myspell-fr
  • hyphen-fr
  • mythes-fr
  • libreoffice-help-fr

Please be advised that not all languages have these corresponding packages. For more information on language support in LibreOffice please check here.

Installing a newer version of LibreOffice than available via Ubuntu repositories

If you want to get a later version of LibreOffice then provided by the Ubuntu repositories, and you have tested this appropriately for your environment, you may do so via one of the PPAs provided by the LibreOffice Packaging team. For example, one may add the LibreOffice PPA repository:

sudo apt install python-software-properties

sudo apt-add-repository ppa:libreoffice/ppa

sudo apt update

LibreOffice is now available for installation.

Troubleshooting LibreOffice

If you find any issues when using LibreOffice with Ubuntu, please follow the bug reporting guidelines.

Building LibreOffice

More information on building LibreOffice as a release build or a developer build can be found at BuildingLibreOffice.

Debugging LibreOffice

More information on debugging LibreOffice as a release build or a developer build can be found at DebuggingLibreOffice.

LibreOffice packaging

More information on packaging LibreOffice for Ubuntu is available at LibreOfficePackaging.

LibreOffice (last edited 2019-03-26 17:05:38 by fitojb)