Site icon DesignLinux

How to Install ONLYOFFICE Desktop Editors in Linux

ONLYOFFICE Desktop Editors is an open-source office suite that is available for Linux, Windows, and macOS users. Freely distributed under the terms of AGPLv3, it combines three editors for text documents, spreadsheets, and presentations that are natively compatible with the Microsoft Office formats (DOCX, XLSX, PPTX).

[ You might also like: 13 Most Used Microsoft Office Alternatives for Linux ]

Using this app, you can:

What’s new in ONLYOFFICE Desktop Editors v.6.3

The latest version of ONLYOFFICE Desktop Editors, v.6.3, comes with a lot of new features and improvements:

ONLYOFFICE Desktop Editors Requirements

Install ONLYOFFICE Desktop Editors from Repository

A preferable option to install ONLYOFFICEdesktop editors is to add their repository to your Linux OS.

Install ONLYOFFICE Desktop Editors to Ubuntu and Derivatives

$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
$ echo "deb https://download.onlyoffice.com/repo/debian squeeze main" >> /etc/apt/sources.list 
$ sudo apt-get update
$ sudo apt-get install onlyoffice-desktopeditors
$ desktopeditors

Install ONLYOFFICE Desktop Editors to Red Hat and Derivatives

$ sudo yum install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
$ sudo yum install epel-release
$ sudo yum install onlyoffice-desktopeditors -y
$ desktopeditors

Install ONLYOFFICE Desktop Editors via Snap

If you prefer Ubuntu or its official flavors, the easiest way of installing ONLYOFFICE Desktop Editors might be using a snap package.

To get the application installed, just execute the following command:

$ snap install onlyoffice-desktopeditors

When the installation process is over, you can launch ONLYOFFICE Desktop Editors using this terminal command:

$ snap run onlyoffice-desktopeditors

You can also install the app from the official marketplace – the Snap Store. Find ONLYOFFICE Desktop Editors and click the corresponding button.

Install ONLYOFFICE Desktop Editors via Flatpak

Another way to install ONLYOFFICE Desktop Editors is via Flatpak. This software deployment platform allows you to install desktop apps on 28 Linux distributions, including Ubuntu, Fedora, Linux Mint, Endless OS, Debian, CentOS, etc.

Get ONLYOFFICE Desktop Editors for your distro by entering the following command:

$ flatpak install flathub org.onlyoffice.desktopeditors

Now the application is ready. Use this command to launch it:

$ flatpak run org.onlyoffice.desktopeditors

Alternatively, you can directly go to Flathub, find ONLYOFFICE Desktop Editors, and click the Install button.

Launch the Preinstalled ONLYOFFICE Desktop App

Once the installation is done, you can run the editors using the terminal command:

$ desktopeditors
Dark Theme in ONLYOFFICE

So far, ONLYOFFICE Desktop Editors has been included as a default office suite in a number of Linux distributions:

If you run any of these operating systems, you don’t need to install anything. ONLYOFFICE Desktop Editors is available by default and all you need to do is to click the corresponding icon.

Exit mobile version