Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


LibreOffice

LibreOffice is a free and open-source office productivity software suite, a project of The Document Foundation (TDF). It was forked in 2010 from OpenOffice, an open-sourced version of the earlier StarOffice. The LibreOffice suite consists of programs for word processing, creating and editing of spreadsheets, slideshows, diagrams and drawings, working with databases, and composing mathematical formula.


Table of contents


Install

# apk add libreoffice
# apt install libreoffice
# dnf install libreoffice
# emerge -a app-office/libreoffice
# nix-env -iA nixos.libreoffice
# nix-env -iA nixpkgs.libreoffice
# pacman -S libreoffice
# yum install libreoffice
# xbps-install -S libreoffice
# zypper install libreoffice

Use

Troubleshooting

LibreOffice takes a lot of time to save with 100% CPU load

Reference(s)

If, after waiting 4 to 5 minutes, your document(s) are still saving with 100% CPU load, then run $ pkill soffice.binand re-open LibreOffice, letting it recover your open document(s).


If this cheat sheet has been useful to you, then please consider leaving a star here.