LibreOffice is a free and open-source office software suite. It has included many useful features, which becomes office management very easy. This is the most powerful free & open-source office suite specifically for Linux desktop users. The Fedora installation RPM packages are available on the official download page.
This tutorial will help you to Install LibreOffice on Fedora Linux desktop systems.
Install LibreOffice on Fedora
First of all, download the latest LibreOffice rpm packages archive from its official download page. To download Libreoffic 7.3.2 use the following command.
wget https://download.documentfoundation.org/libreoffice/stable/7.3.2/rpm/x86_64/LibreOffice_7.3.2_Linux_x86-64_rpm.tar.gz
Extract the RPM packages from archive file.
tar -xvf LibreOffice_7.3.2_Linux_x86-64_rpm.tar.gz
Now, install all the rpm files using the dnf package manager.
cd LibreOffice_7.3.2.2_Linux_x86-64_rpm sudo dnf install RPMS/*.rpm
You have done it. Have a cup of coffee until the package installation is completed.
Launch LibreOffice
Go to the Fedora Desktop, start searching for “LibreOffice”, This will show you the launch icons for LibreOffice. For example:
Then launch LibreOffice by clicking the Icon.
Conclusion
This tutorial helped you to install LibreOffice on a Fedora Linux system.