LibreOffice

Differences between revisions 39 and 40
Revision 39 as of 2019-02-27 05:59:27
Size: 4488
Editor: fitojb
Comment: obsolete filters dropped upstream
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 5: Line 5:
 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. 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:
== Full installation == === Full installation ===
Line 9: Line 9:
 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-get install libreoffice}}}||
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:
== Selective installation == === Selective installation ===
Line 14: Line 14:
 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
While this isn't recommended, one may install a subset of the full installation. An example package set:
Line 22: Line 16:
== Installing other related packages (dictionaries, extensions, clipart, templates, etc.) ==  * libreoffice-writer: Word processor
 * libreoffice-calc: Spreadsheet
 * libreoffice-impress: Presentation
 * libreoffice-draw: Drawing
 * libreoffice-base: Database
 * libreoffice-math: Equation editor
Line 24: Line 23:
 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:
  * libreoffice-help-*: help files
  * libreoffice-l10n-*: localization files
  * 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
=== Installing other related packages (dictionaries, extensions, clipart, templates, etc.) ===
Line 35: Line 25:
== Language localization, spell checking, dictionary, hyphenation, thesaurus, and help == 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}}}||
Line 37: Line 28:
 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]]. Here are a few examples:
Line 39: Line 30:
 For example, the corresponding French packages are:
  * libreoffice-l10n-fr
  * myspell-fr
  * hyphen-fr
  * mythes-fr
  * libreoffice-help-fr
 * libreoffice-help-*: help files
 * libreoffice-l10n-*: localization files
 * libreoffice-nlpsolver - "Solver for Nonlinear Programming" extension for LibreOffice
Line 46: Line 34:
 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]]. === Language localization, spell checking, dictionary, hyphenation, thesaurus, and help ===
Line 48: Line 36:
== Installing a newer version of LibreOffice than available via Ubuntu repositories == 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]].
Line 50: Line 38:
 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-get install python-software-properties}}}||
 ||<tablestyle="background-color: #eee">{{{sudo apt-add-repository ppa:libreoffice/ppa}}}||
 ||<tablestyle="background-color: #eee">{{{sudo apt update}}}||
For example, the corresponding French packages are:
 * libreoffice-l10n-fr
 * myspell-fr
 * hyphen-fr
 * mythes-fr
 * libreoffice-help-fr
Line 55: Line 45:
 LibreOffice is now available for installation. 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]].
Line 57: Line 47:
= Troubleshooting LibreOffice = === Installing a newer version of LibreOffice than available via Ubuntu repositories ===
Line 59: Line 49:
 If you find any issues when using LibreOffice with Ubuntu, [[https://wiki.ubuntu.com/LibreOfficeBugWrangling|please follow the bug reporting guidelines]]. 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}}}||
Line 61: Line 54:
= Building LibreOffice = LibreOffice is now available for installation.
Line 63: Line 56:
 More information on building LibreOffice as a release build or a developer build can be found at BuildingLibreOffice. == Troubleshooting LibreOffice ==
Line 65: Line 58:
= Debugging LibreOffice = If you find any issues when using LibreOffice with Ubuntu, [[https://wiki.ubuntu.com/LibreOfficeBugWrangling|please follow the bug reporting guidelines]].
Line 67: Line 60:
 More information on debugging LibreOffice as a release build or a developer build can be found at DebuggingLibreOffice. == Building LibreOffice ==
Line 69: Line 62:
= LibreOffice Packaging = More information on building LibreOffice as a release build or a developer build can be found at BuildingLibreOffice.
Line 71: Line 64:
 More information on packaging LibreOffice for Ubuntu is available at LibreOfficePackaging. == Debugging LibreOffice ==

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

== LibreOffice p
ackaging ==

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)