This guide describes installing ONLYOFFICE Desktop Editors from the repository.
Installing ONLYOFFICE Desktop Editors from the 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 a graphical user interface, you can always find the editors in your computer's Application menu - Office - ONLYOFFICE.
Uninstalling ONLYOFFICE Desktop Editors
To uninstall ONLYOFFICE Desktop Editors, enter the following command:
sudo yum remove onlyoffice-desktopeditors