Onlyoffice is another free Office Suite available for Linux and Windows. Today I will show you how to install Onlyoffice Desktop editor on Linux Mint 18.2. Onlyoffice is a great office suite to replace or alternative to LibreOffice, OpenOffice and Microsoft Office. It support any Microsoft Office formats such as XLSX, DOCX and PPTX.
Before we go through the installation steps, here are some OnlyOffice screenshots on my Linux Mint 18.2
Steps to install Onlyoffice Desktop Editor on Linux Mint 18.2
On this tutorial, I will show you to install Onlyoffice Desktop Editor via repository. First, we need to add the GPG key
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
Now add the following line to /etc/apt/sources.list
deb http://download.onlyoffice.com/repo/debian squeeze main
Update system and Install Onlyoffice
sudo apt update sudo apt install onlyoffice-desktopeditors
Leave a Reply