Archives For November 30, 1999

ONLYOFFICE Desktop Editors can now be installed in Ubuntu easily via Snap package, the universal Linux app packaging format, though it’s in candidate channel for testing so far.

ONLYOFFICE Desktop Editors are free open-source office editors for text documents, spreadsheets and presentations working offline. The software features:

  • Work with all popular formats – DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP, FODS, FODT, FODP.
  • View, create and edit documents of any size and complexity.
  • Extend editing capabilities with the pre-installed plugin set (e.g. insert special symbols, YouTube videos, ClipArt, create templates and more).
  • Automate your routine activities with macros.
  • Ability to switch to online mode to collaborate with your teammates in real time.

1. For Ubuntu 16.04 users never installed a snap, you need to install snapd first via command:

sudo apt-get install snapd snapd-xdg-open

Input your password (no visual feedback while typing) when it prompts and hit Enter to continue.

2. To install the office suite, open terminal via Ctrl+Alt+T or by searching it from app launcher, and run command:

snap install --candidate onlyoffice-desktopeditors

The snap has been tested on Ubuntu 16.04, Solus OS, and Fedora 27. For any issue, report on Github page.

Uninstall:

To remove the snap, run command in terminal:

snap remove onlyoffice-desktopeditors

LibreOffice office suite reached the 6.0 release more than a week ago. Now it’s finally made into LibreOffice Fresh PPA for Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04.

Though LibreOffice offers .deb binaries for downloading in its website, it’s recommended to install the PPA packages which are well integrated with Ubuntu desktop.

LibreOffice 6.0 release highlights:

  • Better compatibility with Microsoft Office documents
  • Support for standards-compliant PDF forms within Writer
  • Experimental Notebookbar and other user-interface improvements
  • OpenPGP can now be used to sign ODF documents
  • OOXML interoperability improvements
  • Ability to save documents as ePub ebook files
  • And many more other changes, see the announcement for details.

How to Install LibreOffice 6.0 via PPA in Ubuntu:

Open terminal either via Ctrl+Alt+T keyboard shortcuts, or by searching for “terminal” from application launcher. When it opens, do:

1. Run command to add the LibreOffice Fresh PPA:

sudo add-apt-repository ppa:libreoffice/ppa

Input your password (no visual feedback while typing) when it prompts, and read terminal output for PPA description and hit Enter to continue.

2. Then you’ll see the upgrade available in Software Updater after checking for updates.

The LibreOffice upgrading process may be kept back. If so, run following commands instead in terminal after added the PPA:

sudo apt-get update

sudo apt-get dist-upgrade

Uninstall:

You can restore to stock version of LibreOffice in Ubuntu main archive by running command in terminal:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:libreoffice/ppa