== LibreOffice installation on 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. === 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 === Installing other related packages (dictionaries, extensions, clipart, templates, etc.) === 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 [[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: ||{{{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, [[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.