-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Office Software
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to office software on Linux, covering Arch Linux, CachyOS, and other distributions including LibreOffice, document editors, spreadsheet applications, and presentation software.
Install suite:
# Arch/CachyOS
sudo pacman -S libreoffice-fresh
# With all languages
sudo pacman -S libreoffice-fresh libreoffice-fresh-*
# Or stable version
sudo pacman -S libreoffice-stillDebian/Ubuntu:
sudo apt install libreofficeFedora:
sudo dnf install libreofficeComponents:
- Writer: Word processor
- Calc: Spreadsheet
- Impress: Presentations
- Draw: Vector graphics
- Base: Database
- Math: Formula editor
Start applications:
# Writer
libreoffice --writer
# Calc
libreoffice --calc
# Impress
libreoffice --impress
# Or from menuInstall OnlyOffice:
# Arch/CachyOS
yay -S onlyoffice-bin
# Launch
onlyoffice-desktopeditorsInstall WPS:
# Arch/CachyOS
yay -S wps-office
# Launch
wpsInstall readers:
# Evince (GNOME)
sudo pacman -S evince
# Okular (KDE)
sudo pacman -S okular
# Zathura
sudo pacman -S zathura zathura-pdf-mupdfInstall tools:
# PDFtk
sudo pacman -S pdftk
# PDF manipulation
sudo pacman -S popplerInstall editors:
# Typora
yay -S typora
# Mark Text
yay -S marktextCheck installation:
# Check packages
pacman -Q | grep libreoffice
# Reinstall
sudo pacman -S libreoffice-freshThis guide covered office software for Arch Linux, CachyOS, and other distributions, including LibreOffice, alternatives, and PDF tools.
- Text Editors - Text editors
- File Managers - File management
- ArchWiki Office Software: https://wiki.archlinux.org/title/List_of_applications/Office
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.