LibreOffice

Differences between revisions 30 and 40 (spanning 10 versions)
Revision 30 as of 2013-02-13 14:27:10
Size: 6000
Editor: magicfab
Comment: Updated packe version information, wording
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 4: Line 5:
If you’re using Ubuntu, don’t install LibreOffice manually from the “.deb” files available at [[http://www.libreoffice.org/download/|libreoffice.org]]. Otherwise you will not get automatic updates, upgrades when new versions come out, integration within Ubuntu, and is unsupported for Ubuntu bug filing purposes. Using official packages also ensures you get the best assistance from the community 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 6: Line 7:
'''Please note !OpenOffice.org and !LibreOffice don’t coexist'''. Install !LibreOffice following these instructions will effectively remove !OpenOffice.org. === Full installation ===
Line 8: Line 9:
If you find any issues when using LibreOffice with Ubuntu, [[https://wiki.ubuntu.com/LibreOfficeBugWrangling|please follow the bug reporting guidelines]]. 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 10: Line 12:
== Making sure LibreOffice is available for your Ubuntu version ==
=== Ubuntu 11.10, 12.04 LTS ===
LibreOffice is now a part of Ubuntu. Since LibreOffice is already part of the standard packages, just search for “libreoffice” in your favorite package manager. To find out which LibreOffice version ships with a specific Ubuntu version, [[http://packages.ubuntu.com/search?keywords=libreoffice&searchon=names&exact=1&suite=all&section=all|check this Ubuntu Packages Search custom search]].
=== Selective installation ===
Line 14: Line 14:
'''Note:''' if you want to get the very latest version of LibreOffice, you may do so by following instructions below for Ubuntu 10.04 LTS.

As an example, if you're using Ubuntu 12.04 LTS, your LibreOffice version is 3.5.4. Only security updates will be applied to it, while feature updates for greater versions will be available by using the PPA.

=== Ubuntu 10.04 LTS ===

For Ubuntu 10.04 LTS 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 became part of Ubuntu in April 2011, and this PPA is the source for such official stable versions. Make sure you test this appropriately if you intend to use this in a production environment under Ubuntu 10.04 LTS.

Follow these steps to make LibreOffice available for installation in Ubuntu 10.04 LTS:

 1. Open a terminal window under '''Applications > Accessories > Terminal'''
 2. Use these commands to add the repository:
 {{{sudo apt-get install python-software-properties}}}

 {{{sudo apt-add-repository ppa:libreoffice/libreoffice-3-5}}}
 3. Update the packages list:
 {{{sudo apt-get update}}}

LibreOffice is now available for installation. Read below to either selectively or fully install LibreOffice.

== Installing LibreOffice ==
=== Selective installation ===
To install only part of LibreOffice, you can install the appropriate meta-package:
While this isn't recommended, one may install a subset of the full installation. An example package set:
Line 44: Line 22:
 * libreoffice-filter-mobiledev: Mobile Devices filters
 * libreoffice-filter-binfilter: legacy filters (e.g. StarOffice 5.2)
Line 47: Line 23:
=== Full installation ===
To install all the LibreOffice core packages:
=== Installing other related packages (dictionaries, extensions, clipart, templates, etc.) ===
Line 50: Line 25:
 1. Install the LibreOffice meta-package with this command:
 {{{sudo apt-get install libreoffice}}}
 1. Complete the installation by including the Ubuntu (Gnome) desktop integration:
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 54: Line 28:
  * If you’re using Ubuntu (Gnome) use this command:
  {{{sudo apt-get install libreoffice-gnome}}}
 
  * If you’re using Kubuntu (KDE) use this command:
  {{{sudo apt-get install libreoffice-kde}}}
Here are a few examples:
Line 60: Line 30:
== Installing other related packages, dictionaries, extensions, clipart, templates ==
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:
Line 66: 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 73: Line 35:
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 at:
http
://en.wikipedia.org/wiki/List_of_ISO_639-1_codes

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 84: Line 46:
= LibreOffice Packaging =
More information on the LibreOffice packaging for Ubuntu is available at LibreOfficePackaging .
= Building LibreOffice =

=== 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 ==
Line 88: Line 63:
= Debugging LibreOffice =
=
= Debugging LibreOffice ==
Line 90: Line 67:

== 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)