How to Upgrade Default Office Suite to LibreOffice 6.3 in Ubuntu 18.04

Last updated: August 14, 2019

LibreOffice

Libreoffice, Ubuntu’s default office suite, released version 6.3 a few days ago. Here’s how to upgrade it in Ubuntu 18.04 and/or Ubuntu 19.04 via PPA.

LibreOffice 6.3 release highlights:

  • New ‘Tabbed Compact UI’
  • improved PDF export
  • improved Microsfot office file formats support.
  • Redact documents to remove/hide sensitive information
  • New ‘Tip-Of-The-Day’ dialog on startup

Although LibreOffice offers the latest snap package (runs in sandbox) in Ubuntu Software utility, you can choose upgrade the pre-installed LibreOffice package using the Fresh PPA.

1. Open terminal either via Ctrl+Alt+T keyboard shortcuts, or by searching for “terminal” from application launcher. When it opens, run command to add the LibreOffice PPA:

sudo add-apt-repository ppa:libreoffice/ppa

Type user password (no asterisk feedback while typing) when it prompts, and read terminal output for PPA description and hit Enter to continue.

2. Then you’ll see the upgrade available in Software Updater after checking for updates.

Or run commands in terminal to install LibreOffice:

sudo apt update

sudo apt install libreoffice

For Ubuntu 18.04 and higher, you can skip sudo apt update as it’s done while adding PPA.

Uninstall:

You can restore to stock version of LibreOffice in Ubuntu main archive by running command in terminal:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:libreoffice/ppa

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to How to Upgrade Default Office Suite to LibreOffice 6.3 in Ubuntu 18.04

  1. Hi,

    On Ubuntu 18.04, Libreoffice no longer worked after doing a sudo apt upgrade once the repository was changed. I had to remove Libreoffice completely (sudo apt remove libreoffice) and reinstall it for it to work again.

    Thanks for sharing this short “how-to” guide. It really helped.

  2. Ji m, thanks from me as well for sharing. This is not the first time ubuntuhandbook helped me out of a tight corner – you are doing a great job.