It provides various useful tools for word processing, presentations, and spreadsheets.
This article covers LibreOffice installation on Ubuntu using different methods.
What Is 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.