-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linux LibreOffice Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to LibreOffice on Linux, covering Arch Linux, CachyOS, and other distributions including Writer, Calc, Impress, and office suite configuration.
- LibreOffice Installation
- LibreOffice Writer
- LibreOffice Calc
- LibreOffice Impress
- Other Components
- Troubleshooting
Arch/CachyOS:
# Install LibreOffice
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 libreofficeStart applications:
# Writer
libreoffice --writer
# Calc
libreoffice --calc
# Impress
libreoffice --impress
# Or from application menuNew document:
- File → New → Text Document
- Start typing
- Format text
Text formatting:
- Select text
- Format toolbar
- Apply styles
New spreadsheet:
- File → New → Spreadsheet
- Enter data
- Use formulas
Basic formulas:
=SUM(A1:A10)
=AVERAGE(B1:B10)
=IF(C1>100, "High", "Low")
New presentation:
- File → New → Presentation
- Add slides
- Insert content
Manage slides:
- Insert → Slide
- Format slide
- Add animations
Vector graphics:
libreoffice --drawDatabase:
libreoffice --baseFormula editor:
libreoffice --mathCheck installation:
# Reinstall LibreOffice
sudo pacman -S libreoffice-fresh
# Check errors
libreoffice --verboseInstall fonts:
# Install Microsoft fonts
sudo pacman -S ttf-ms-fonts
# Refresh font cache
fc-cache -fvThis guide covered LibreOffice installation and usage for Arch Linux, CachyOS, and other distributions.
- Office Software - Office applications
- Fonts and Themes - Font setup
- LibreOffice: https://www.libreoffice.org/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.