It provides various useful tools for word processing, presentations, and spreadsheets.

This article covers LibreOffice installation on Ubuntu using different methods.

What Is LibreOffice?

a terminal with apt command to install libreoffice

LibreOfficeis an open-source and free office productivity suite.

It is one of the best alternatives toMicrosoft Officeon Linux and is compatible with many other major office suites.

you could also implement the LibreOffice suite as aSnaporDEBpackage on Ubuntu.

Linux terminal displaying the addition of LibreOffice PPA to Ubuntu.

We will also discuss how to run LibreOffice without installingthrough anAppImage.

Typically, it lags behind the official LibreOffice releases.

So you might miss out on some new features or bug fixes.

Linux terminal with command updating the package list using the apt update

However, to get the latest stable release of LibreOffice, we recommend downloading it from its official PPA.

After that, install LibreOffice usingthe apt command.

We recommend using the official PPA to install LibreOffice on your Ubuntu.

Linux terminal with the command to install LibreOffice using the apt

The version of LibreOffice provided by the official PPA is more up-to-date than the one in the Ubuntu repositories.

Snaps are versatile software packages that operate on various Linux distros.

They come prepackaged with all the required dependencies, so they run smoothly and are isolated from the system.

Linux terminal with the command to install LibreOffice using the snap

A DEB package is a standard format for installing software on Debian-basedLinux distributions, such as Ubuntu.

It contains the executable files, configuration files, and software metadata required for a program to run.

LibreOffice provides DEB packages that you might get from the official website and install on your Ubuntu system.

LibreOffice official download page with deb file selected for download

it’s possible for you to save the DEB package file to your preferred location.

Next, kick off the terminal and head over to the directory where you saved the package file.

Finally, install LibreOffice using thedpkgcommand:

This command will install LibreOffice and its components on your system.

Linux terminal with tar command to extract downloaded deb files

It uses the dpkg tool to roll out the packages with the -i option.

It will install all the Debian packages present inside the directory.

An AppImage is a portable and self-contained software package that can run on any Linux distribution and platform.

Linux terminal displaying the installation of LibreOffice using the dpkg command

You don’t need to install or extract it and can execute it directly from a single executable file.

After that, save the AppImage file to your preferred location on your system.

Now, pop kick open the file manager and navigate to the directory where the AppImage is located.

LibreOffice AppImage download page

Right-punch the AppImage icon and tap the “Properties” option in the context menu.

Now, that LibreOffice is ready to run, simply right-choose the AppImage Icon and select “Run”.

you’re free to now use the LibreOffice portable version.

A context menu of LibreOffice AppImage with properties option highlighted

This won’t work if you installed LibreOffice as an AppImage since an AppImage is nevertechnicallyinstalled on your PC.

you’re able to also launch LibreOffice applications directly from the terminal.

For example, thelibreoffice –writercommand will launch LibreOffice Writer directly from the terminal.

Permissions section with a tick mark to allow executing file as a program option

Context menu of LibreOffice AppImage with run option selected

LibreOffice on Ubuntu

Linux terminal with the command to check the LibreOffice version

LibreOffice on Ubuntu

LibreOffice Writer on Ubuntu

Linux terminal displaying the removal of LibreOffice using the apt remove command

Linux terminal with a command to remove the LibreOffice PPA

Linux terminal displaying the removal of LibreOffice using the snap remove command