Fedora

How to Install LibreOffice on Fedora Linux

LibreOffice is one of the best open-source office suites, offering multiple utilities for word processing, presentations, spreadsheets, and more. It is one of the most famous alternatives to Microsoft Office and is available for almost every operating system, including macOS, Windows, and Linux.LibreOffice has a great community of contributors helping update and improve its features. This OfficeSuite is best suited for individuals, organizations, and businesses around the globe. So, if you also want to use the LibreOffice suite on your Fedora system, this guide is for you. Here, we will explain the various methods to install LibreOffice on Fedora Linux.

How to Install LibreOffice on Fedora Linux

Let’s take a look at LibreOffice’s applications:

LibreOffice Suite Microsoft Suite Applications
Writer Word Word processing
Calc Excel Spreadsheet
Impress PowerPoint Presentation
Base Access Database

First, open the terminal and then run the following command to update the system to the latest available version:

sudo dnf update

Now, run the following command to install the latest version of LibreOffice.

sudo dnf install libreoffice

After the successful installation, check the current version of LibreOffice by executing the below given command:

libreoffice --version

From Flatpack

In case your system does not contain the Flatpak utility, you can install it using the following command:

sudo dnf install flatpak

Now, you can add Flathub repository.

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Finally, run the following command to install LibreOffice:

flatpak install flathub org.libreoffice.LibreOffice

From the Snap Utility

If you are not able to install LibreOffice using the above methods, you can use the Snap instead. However, you need to install the Snap package by running the following command:

sudo dnf install snapd

Once you are done, run the following command to install LibreOffice using the Snap utility:

sudo snap install libreoffice

From the Fedora Software

First, open the Software utility from the Application Menu. In the search menu, enter “LibreOffice.”

Now, click on the install button to add LibreOffice to your system:

Conclusion

Installing LibreOffice on Fedora Linux is simple because there are multiple methods you can try for the installation. LibreOffice is an amazing suite that almost every utility works as a perfect alternative to Microsoft Suite. Moreover, it is available on different platforms, including Microsoft, Linux, and Android. Hence, you can use LibreOffice on any of your devices.

About the author

Prateek Jangid

A passionate Linux user for personal and professional reasons, always exploring what is new in the world of Linux and sharing with my readers.