ONLYOFFICE Desktop Editorsv8.2
ONLYOFFICE Desktop Editors changelog
Version 8.2.0
Release date: 10/21/2024
Version 8.1.1
Release date: 07/17/2024
Version 8.1.0
Release date: 06/19/2024
Version 8.0.1
Release date: 02/26/2024
Version 8.0.0
Release date: 01/31/2024
Version 7.5.1
Release date: 11/14/2023
Version 7.5.0
Release date: 10/17/2023
Version 7.4.1
Release date: 07/31/2023
Version 7.4.0
Release date: 06/14/2023
Version 7.3.3
Release date: 03/16/2023
Version 7.3.0
Release date: 01/31/2023
Version 7.2.1
Release date: 10/21/2022
Version 7.2.0
Release date: 09/23/2022
Version 7.1.1
Release date: 06/02/2022
Version 7.1.0
Release date: 05/13/2022
Version 7.0.0
Release date: 01/18/2022
Version 6.4.2
Release date: 10/19/2021
Version 6.4.1
Release date: 10/01/2021
Version 6.3.1
Release date: 06/28/2021
Version 6.2.0
Release date: 03/18/2021
Version 6.1.0
Release date: 12/08/2020
Version 6.0.2
Release date: 11/19/2020
Version 6.0.1
Release date: 11/11/2020
Version 6.0.0
Release date: 10/15/2020
Version 5.6.4
Release date: 09/09/2020
Version 5.6.0
Release date: 08/11/2020
Version 5.5.1
Release date: 04/09/2020
Version 5.4.2
Release date: 11/28/2019
Version 5.4.1
Release date: 10/02/2019
Version 5.3.5
Release date: 08/26/2019
Version 5.3.3
Release date: 07/10/2019
Version 5.2.8
Release date: 01/18/2019
Version 5.2.4
Release date: 12/21/2018
Version 5.1.27
Release date: 05/23/2018
Version 4.8.7
Release date: 02/14/2018
Version 4.8.6
Release date: 12/23/2017
Version 4.4.1
Release date: 07/12/2017
Version 4.3.2
Release date: 04/13/2017
Version 4.2.2
Release date: 02/16/2017
Version 4.2.1
Release date: 12/20/2016
The desktop version of online editors does not require constant connection to the internet and can work with local files.
To install Desktop Editors, you can use one of the following options:
- download an .rpm package from our website,
Only 64-bit versions of Linux are supported.
After you press the download button for the required package, some browsers may suggest choosing a target directory. Select it, and the download process will start. When it is complete, run the downloaded package file to install the Desktop Editors on your computer.
- use AppImage, Flatpak, Snap,
- add the repository to your Linux OS and update it afterwards just like any other Linux application.
This guide describes installing ONLYOFFICE Desktop Editors from repository.
Installing ONLYOFFICE Desktop Editors from repository
A better option to install desktop editors is to add their repository to your Linux OS. To do that:
- Add the yum repository with the following command:
sudo yum install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
- Add the EPEL repository with the following command:
sudo yum install epel-release
To install EPEL on RHEL, use the following commands:
sudo subscription-manager repos --enable codeready-builder-for-rhel-$REV-$(arch)-rpms
sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$REV.noarch.rpm
Change $REV to your OS version manually (7 for versions 7.x, 8 for versions 8.x, 9 for versions 9.x and so on).
- Now the editors can be easily installed using the following command:
sudo yum install onlyoffice-desktopeditors -y
Running ONLYOFFICE Desktop Editors
Once the installation is over, you can run the editors using the terminal command:
desktopeditors
In case you prefer to use graphical user interface, you can always find the editors in your computer Application menu - Office - ONLYOFFICE.
Uninstalling ONLYOFFICE Desktop Editors
To uninstall ONLYOFFICE Desktop Editors, enter the following command:
sudo yum remove onlyoffice-desktopeditors