How to Install Latest LibreOffice in Linux Mint Using the Terminal

If you’re a Linux Mint user and want to use the latest features of LibreOffice, upgrading to the most recent version is a smart move. Although Linux Mint typically comes with LibreOffice pre-installed, it’s not always the newest release. The terminal provides a quick and efficient way to install or upgrade to the latest version of this versatile office suite.

This guide will walk you through the process of installing the latest version of LibreOffice in Linux Mint using the command line, ensuring that you always have access to the newest functionalities and improvements. Whether you’re a power user or new to Linux, this method is straightforward and reliable.

Why Upgrade LibreOffice?

New versions of LibreOffice come with bug fixes, performance improvements, and new features that enhance your productivity. Upgrading ensures compatibility with the latest document formats and better overall stability.

Here are a few benefits of keeping LibreOffice up to date:

  • Improved performance with each release.
  • New features in Writer, Calc, Impress, and other tools.
  • Better compatibility with Microsoft Office files.
  • Security patches to keep your system safe.

Step-by-Step Guide to Installing the Latest LibreOffice

The recommended way to install the latest version of LibreOffice on Linux Mint is through the official LibreOffice PPA (Personal Package Archive). Follow these steps:

Step 1: Remove the Old Version of LibreOffice

Before adding the new version, it’s a good idea to remove any older versions to avoid conflicts.

sudo apt remove --purge libreoffice*

This command will remove all components of the current LibreOffice installation.

Step 2: Add the LibreOffice Fresh PPA

The LibreOffice “Fresh” PPA contains the latest officially released version. To add it, run:

sudo add-apt-repository ppa:libreoffice/ppa

Then update your package list:

sudo apt update

This will synchronize your system with the newly added PPA source.

Step 3: Install LibreOffice

Now you’re ready to install the latest version of LibreOffice:

sudo apt install libreoffice

This command will download and install the full LibreOffice suite including Writer, Calc, Impress, Draw, Math, and Base.

Step 4: Launch LibreOffice

Once installed, you can launch LibreOffice from the application menu or simply by typing the following in the terminal:

libreoffice

You can now enjoy all the new features and enhancements of the latest version!

Troubleshooting Tips

Encountering issues? Here are some tips that might help:

  • Missing Menu Icons: Install the icon themes package by running sudo apt install libreoffice-style-colibre or libreoffice-style-breeze.
  • Language Packs: If you need a different language, search and install it using terminal, e.g., sudo apt install libreoffice-l10n-fr for French.
  • Forgot to Remove Old Version? Double check and run the purge command again if necessary.

Alternative Method: Using Flatpak

If you prefer containerized applications, you can install LibreOffice via Flatpak, which often provides the latest stable versions as well:

flatpak install flathub org.libreoffice.LibreOffice

To run the Flatpak version:

flatpak run org.libreoffice.LibreOffice

Flatpak keeps the installed software isolated from the rest of your system, which adds an additional layer of security and compatibility.

Final Thoughts

Whether you’re working on documents, spreadsheets, or presentations, having the most up-to-date version of LibreOffice ensures you get the best performance and the latest tools. Using the terminal to install or update LibreOffice in Linux Mint is quicker than you might think and gives you more control over the software on your system.

With just a few commands, you can harness the full power of the latest LibreOffice release and elevate your productivity on Linux Mint.

Recommended Articles

Share
Tweet
Pin
Share
Share