ONLYOFFICE is a powerful and versatile office suite that allows you to edit text documents, spreadsheets, or presentations with ease. It also includes many collaborative features such as a CRM system for keeping track of contacts; a project management toolset that provides organization tools like task lists. The contact list can be accessed from anywhere in the world via an internet connection!
Furthermore, there are mail servers so messages won’t get lost because they’re stored securely on one central server while users receive notifications whenever somebody sends them something new (which means less stress). And finally, ONLY OFFICE offers an easy way to navigate through projects using calendars
In the following tutorial, you will learn how to install OnlyOffice on Fedora 36 Linux by downloading the official RPM repository and installing it manually or using the third-party package manager Flatpak that is natively installed.
Table of Contents
Update Fedora
Before proceeding with the tutorial, it is good to ensure your system is up-to-date with all existing packages.
sudo dnf upgrade --refresh
Install OnlyOffice Suite – DNF Method
The first task is to download the official RPM package from OnlyOffice’s website. Luckily, this can be done using the command line terminal with the wget command as follows.
wget https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors.x86_64.rpm
Next, install OnlyOffice with the following command.
sudo dnf install onlyoffice-desktopeditors.x86_64.rpm -y
Install OnlyOffice Suite – Flatpak Method
The best option is to use the Flatpak package manager since it will be easier to receive binary updates if required. This comes installed on Fedora unless you removed it. This is another popular option similar to Snap but is featured amongst many distributions as an alternative third-party installation package manager for the latest packages.
First, install the Flatpak manager; this can be skipped if you already have it installed.
sudo dnf install flatpak -y
Next, you need to enable Flatpack using the following command in your terminal.
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Ideally, you should reboot at this stage; if you skip this and notice icons not appearing, the reboot will generate the paths required for the future.
reboot
Now run the installation using the following flatpak command.
flatpak install flathub org.onlyoffice.desktopeditors -y
If the above command does not work and you receive the “error: Unable to load summary from remote flathub: Can’t fetch summary from disabled remote ‘flathub’‘ use the following command.
flatpak remote-modify --enable flathub
This will fix the issue.
How to Launch OnlyOffice Suite
Now that you have completed the installation launching, it can be done in a few ways.
Using the command line terminal, you can open the software quickly by using the following command.
onlyoffice
Alternatively, Flatpak installations can use the following command.
flatpak run org.onlyoffice.desktopeditors
The best way to use OnlyOffice for desktop users that prefer not to use the command line terminal is to open the GUI of the application by following the path.
Taskbar > Office > OnlyOffice
Example:
Once opened, you can create a document, spreadsheet, presentation, or create template. From the default screen, you can connect to the cloud also if you have this available.
Example Word (Click Image to Enlarge):
Example Word (Click Image to Enlarge):
How to Update/Upgrade OnlyOffice Suite
Users that installed the DNF version will need to re-download the RPM package and re-install to upgrade your OnlyOffice. But, Flatpak installations can check for updates and quickly install these using the following command.
flatpak update
How to Remove (Uninstall) OnlyOffice Suite
Use one of the following commands if you no longer require the application that matched the method of installation as follows.
DNF Remove Method
sudo dnf autoremove onlyoffice-desktopeditors.x86_64 -y
Flatpak Remove Method
flatpak remove --delete-data org.onlyoffice.desktopeditors -y
Next, run the following command for any leftover clean-ups required, similar to the autoremove command described for the DNF remove example command.
flatpak remove --unused
Comments and Conclusion
ONLYOFFICE is a great option if you are looking for an office suite that can be used online. It has a variety of features, such as document editors and a platform for document management, that make it an attractive choice for businesses and individuals alike. The software is free to use, which makes it even more appealing. I