Jump to content

Euro-Office

From Official NixOS Wiki
Revision as of 09:23, 20 September 2026 by Onny (talk | contribs) (Add LibreOffice as related page)

Euro-Office can be used as a standalone desktop editor or integrated web application to collaboratively edit documents, presentations, spreadsheets and even PDF files.

Desktop editor

⚠︎
Warning: The Euro-Office-Desktopeditors package is not yet upstream and will be available in the upcoming NixOS 26.11 release.

To install the desktop editor, add following line to your system configuration.

environment.systemPackages = [ pkgs.euro-office-desktopeditors ];

After this, simply run euro-office-desktopeditors.

Document server

⚠︎
Warning: The Euro-Office-Documentserver package is not yet upstream and will be available in the upcoming NixOS 26.11 release.

See also

  • ONLYOFFICE and ONLYOFFICE DocumentServer, the original suite which Euro-Office was forked of. Compared to Euro-Office, the licensing is more strict and the development of the applications less community-driven.
  • Collabora Online, part of the Nextcloud web-based office suite, based on a LibreOffice engine.
  • LibreOffice, a multi-platform office suite. It consists of programs for word processing (Writer); creating and editing spreadsheets (Calc), slideshows (Impress), diagrams and drawings (Draw); working with databases (Base); and composing mathematical formulae (Math).