-
-
Notifications
You must be signed in to change notification settings - Fork 3
Arch Linux Office Software
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to office software on Arch Linux, including LibreOffice, document editors, spreadsheet applications, and presentation software.
Install suite:
# Install LibreOffice
sudo pacman -S libreoffice-fresh
# With all languages
sudo pacman -S libreoffice-fresh libreoffice-fresh-*
# Or stable version
sudo pacman -S libreoffice-stillComponents:
- 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:
# Install OnlyOffice
yay -S onlyoffice-bin
# Launch
onlyoffice-desktopeditorsInstall WPS:
# Install WPS Office
yay -S wps-office
# Launch
wpsInstall Calligra:
# Install Calligra
sudo pacman -S calligra
# Launch
calligrawordsInstall viewers:
# Evince (GNOME)
sudo pacman -S evince
# Okular (KDE)
sudo pacman -S okular
# Zathura (lightweight)
sudo pacman -S zathura zathura-pdf-mupdfPDF tools:
# PDFtk
sudo pacman -S pdftk
# Poppler tools
sudo pacman -S poppler
# PDF manipulation
sudo pacman -S qpdfMarkdown tools:
# Typora
yay -S typora
# Mark Text
yay -S marktext
# ReText
sudo pacman -S retextLaTeX suite:
# Install TeX Live
sudo pacman -S texlive-most texlive-lang
# Editor
sudo pacman -S texmakerInstall fonts:
# Install fonts
sudo pacman -S ttf-dejavu ttf-liberation
# Microsoft fonts
yay -S ttf-ms-fontsInstall converters:
# Document converters
sudo pacman -S unoconvThis guide covered LibreOffice, alternative office suites, PDF tools, document editors, and troubleshooting.
- Arch Linux Multimedia - Multimedia
- Arch Linux Development Environment - Development
- ArchWiki Office Software: https://wiki.archlinux.org/title/List_of_applications/Office
This guide is based on the ArchWiki. For the most up-to-date information, always refer to the official ArchWiki.