Installing OnlyOffice on Fedora
If you’re tired of Microsoft Office’s subscription model and want a solid office suite that runs natively on Linux, OnlyOffice is the way to go. This guide will show you how to get it up and running on Fedora in just a few clicks.
Why only install what you need?
Fedora ships with LibreOffice by default, but some folks find its interface clunky or miss certain features like advanced document collaboration. OnlyOffice keeps things lightweight and looks a lot more familiar for people coming from Windows or macOS. It also syncs nicely with cloud services such as OneDrive or Google Drive if you’re already using them.
1. Add the OnlyOffice RPM repository
OnlyOffice packages are distributed through an official Fedora repo, so you don’t need to juggle separate package files.
sudo dnf config-manager --add-repo https://download.onlyoffice.com/repo/fedora/onlyoffice.repo
Why this matters: Adding the repo tells dnf where to fetch OnlyOffice and its updates from. Without it, you’d have to download and install each update manually.
2. Install the package
sudo dnf install onlyoffice-desktopeditors
Why it’s useful: This pulls in all the runtime libraries your system needs. If you’re on a minimal installation of Fedora, dnf will automatically bring in any missing dependencies.
3. Verify the installation
Open the application launcher and type “OnlyOffice”. The icon should appear, or run:
onlyoffice
If it starts without errors, you’re ready to go.
4. (Optional) Integrate with cloud storage
OnlyOffice supports OneDrive, SharePoint, Google Drive, and others out of the box. To connect:
1. Open OnlyOffice => Settings => Cloud.
2. Click “Add account” and follow the prompts for your provider.
Why bother: You’ll be able to open, edit, and save files directly from the cloud without juggling multiple apps.
5. Keep it up‑to‑date
OnlyOffice is updated through Fedora’s normal package channels:
sudo dnf upgrade onlyoffice-desktopeditors
That’s all you need to keep everything current.
Real‑world tip: Avoid broken document rendering
I once had my office files crash after a Windows 10 update that messed with Office's file associations. Switching to OnlyOffice on Fedora kept the files intact and let me edit them right away, no file‑type headaches involved. If you’re migrating from Windows or macOS, give it a try before you rely on LibreOffice’s “compatible” mode.
Bottom line
Adding OnlyOffice to Fedora is as simple as adding a single repository and installing one package. No more bloatware, no hidden fees, just a clean office suite that feels at home on Linux.