Skip to content

ONLYOFFICE/snap-desktopeditors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License ONLYOFFICE Desktop Editors

Snap for ONLYOFFICE Desktop Editors

Welcome to the official Snap package for ONLYOFFICE Desktop Editors! This repo provides everything you need to easily install a free office suite on your machine using Snap.

What is ONLYOFFICE Desktop Editors?

ONLYOFFICE Desktop Editors is a free, open-source office suite pack that allows you to create, view and edit office docs stored on your PC without an Internet connection. Along with offline work, it’s possible to connect the application to the cloud for online document collaboration. It’s fully compatible with Microsoft Office formats (DOCX, XLSX, PPTX) and provides a complete set of tools for all your document needs.

The suite includes:

  • ✍️ Document Editor: For creating and formatting text documents of any complexity.
  • 📊 Spreadsheet Editor: For managing and analyzing data with powerful tools, formulas, and charts.
  • 🖥️ Presentation Editor: For designing stunning, professional presentations with a variety of creative tools.
  • 📝 Form Creator: For building and filling out complex, fillable PDF forms.
  • ✂️ PDF Editor: For viewing, annotating, and converting your PDF files.
  • 🖼️ Diagram Viewer: For viewing diagrams and flowcharts from Visio and other popular formats.

AI integration 🤖

Connect any AI model (local or cloud-based) for tasks like chatbot requests, translation, OCR, etc. Use AI agents to generate new files, list folder contents, preview file details without opening them in the editor, auto-fill forms with provided data, etc. More info about AI tools

How to install with Snap using the Snapcraft command line tool 🛠️

Getting started is easy! A snap package for ONLYOFFICE Desktop Editors is available in the Snapcraft Store.

Snaps contain all the necessary dependencies, so you just need to have snapd installed on your system.

Step 1: Check for and install snapd

Most modern Linux distributions come with snapd pre-installed. You can check if it's running by typing snap \--version in your terminal.

If it's not installed, you can easily add it. For example, on Ubuntu and other Debian-based distros, run the following commands. The first command updates your package list, and the second installs snapd.

# apt update  
# apt install snapd

For instructions on other Linux distributions, please visit the official Snapcraft documentation.

Step 2: Install ONLYOFFICE Desktop Editors

Once snapd is ready, you can install the editors with a single command. This will download and install the latest stable version from the Snap Store.

# snap install onlyoffice-desktopeditors

That's it! The application is now installed and ready to use.

How to run the editors ▶️

You can launch the editors in two ways:

  1. From the terminal:

    $ snap run onlyoffice-desktopeditors
    
  2. From the application menu:

    Look for ONLYOFFICE in your computer's application menu (usually under an "Office" category).

Managing your installation ⚙️

Here are some helpful commands for managing the Snap package.

Allow access to removable media

To open and save documents on USB drives or external hard disks, you need to grant the snap permission to access removable media.

# snap connect onlyoffice-desktopeditors:removable-media

Uninstalling the editors

If you need to remove the application, simply run:

# snap remove onlyoffice-desktopeditors

Useful links & resources 🔗

Need help or have an idea? Get support here 💡

  • 🐞 Found a bug? Please report it by creating an issue here.
  • ❓ Have a question? Ask our community and developers on the ONLYOFFICE Forum.
  • 💡 Want to suggest a feature? Share your ideas on our feedback platform.
  • 🧑‍💻 Need help for developers? Check our API documentation.