ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx.
ONLYOFFICE Desktop Editors include the following editors:
- ONLYOFFICE Document Editor
- ONLYOFFICE Spreadsheet Editor
- ONLYOFFICE Presentation Editor
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
ONLYOFFICE Desktop Editors are available in Snapcraft store as a snap package. A snap contains all the dependencies to run the application. To use it, all you need is snapd, a system to install and manage snaps. Snapd is included into most of modern distributions. You only need to either enable or install it. See the official snap project page for the snapd installation instructions.
For example, to install snapd under Ubuntu you need to run the commands:
# apt update
# apt install snapd
Now the editors can be easily installed using the following command:
# snap install onlyoffice-desktopeditors
Once the installation is over, you can run the editors using the terminal command:
$ snap run onlyoffice-desktopeditors
In case you prefer to use graphical user interface, you can always find the editors in your computer Application menu - Office - ONLYOFFICE.
To remove the snap containing ONLYOFFICE editors use the following command:
# snap remove onlyoffice-desktopeditors
ONLYOFFICE Desktop Editors can read files from and write files to the /media
directory. For this use the following command:
# snap connect onlyoffice-desktopeditors:removable-media
Official website: https://www.onlyoffice.com/apps.aspx
Code repository: https://github.com/ONLYOFFICE/DesktopEditors
If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: forum.onlyoffice.com or you can ask and answer ONLYOFFICE development questions on Stack Overflow.