Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

What are the steps to install the Spelling Check and other language supports for LibreOffice. For example spanish, french, italian, etc..

share|improve this question

6 Answers

up vote 22 down vote accepted

This is apparently managed at the system level. Go to the Language Support menu in the System menu and add the languages you want to support. After that restart LibreOffice and you will see that the spellchecker for example will give you the option of using the newly installed languages.

share|improve this answer
Ok I was into old school way of looking for the language support packages. This saves me a lot of hazzle. Thanks. – Luis Alvarado Oct 25 '11 at 23:37

The command: sudo apt-get install aspell-<language pack> will do the trick

For example, the spanish dictionary is:

sudo apt-get install aspell-es

share|improve this answer
That's specifically for the spell-checker though, right? That doesn't actually give you the thesaurus or other features in the language, does it? – Eliah Kagan May 30 '12 at 16:24
you are right Eliah its just the spell-checker – German Attanasio Ruiz Jun 5 '12 at 21:23
recently I had a similar problem with Evolution email, in that case the solution was to do a similar thing but with hunspell instead, sudo apt-get install hunspell-es – alfC Sep 4 '12 at 23:42

If you can't install system packages, you can install a spell checking dictionary extension manually. You'll need to restart LibreOffice.

US Dictionary available here: extensions.libreoffice.org.

Instructions for installing extensions:

  1. Download an extension and save it anywhere on your computer.
  2. In LibreOffice, select Tools → Extension Manager from the menu bar.
    Tools > Extension Manager...
  3. In the Extension Manager dialog (Figure 2), click Add. Using the Extension Manager
  4. A file browser window opens. In Add Extension(s) dialog, you can find the extension's files in your system folders. The extension's files have OXT file extension. Add Extension(s) dialog
  5. Find and select the extension you want to install and click Open.
  6. If this extension it is already installed, you'll be prompted to press OK to confirm whether to overwrite the current version by the new one, or press Cancel to stop the installation. Replacing an extension
  7. After, you are asked whether to install the extension only for your user or for all users.
    • If you choose Only for me option, the extension is installed only for your user (the extension will be stored in your user profile and other users will not have access to it).
    • If you choose For all users, you must have system administrator rights. In this case, the extension is installed in LibreOffice system folder and will be available for all users.
    • In general, choose Only to me, that doesn't require administration rights on the operating system.
      Installation options: Only for me or For all users
  8. After, you may be asked to accept a license agreement. Use Scroll Down button to verify the license
  9. Use Scroll Down button to read the license agreement. At the end of license text, the Accept button will be enabled.
  10. Click Accept to proceed the installation.
  11. When the installation is complete, the extension is listed in the Extension Manager dialog. Extension Manager dialog (again), now contained the installed extension

Instructions stolen from libreoffice.org

share|improve this answer

You need to apply changes system wide in-order to reflect it in LibreOffice, Go to System Settings, Select your language preferences to get the language pack not just for LibreOffice but for your system.

share|improve this answer

To install Spanish spellchecker on Libre-Office, You need the next package:

sudo apt-get install myspell-es
share|improve this answer

For Ubuntu 12.04 and German (Austria), installing the hunspell package solved my problem:

sudo apt-get install hunspell-de-at

Remember to restart LibreOffice Writer after installing the package!

share|improve this answer

protected by Community Nov 14 '12 at 15:12

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.