LINUX, FOSS AND LIBRARY TECHNOLOGY ENTHUSIAST

Friday, May 22, 2026

Install LibreOffice Writer and Calc on Debian/Ubuntu

0 comments
If you don’t want the complete LibreOffice suite and only need Writer and Calc, you can install just the required components using the following command:

sudo apt update 
sudo apt install libreoffice-writer libreoffice-calc libreoffice-gtk3 libreoffice-style-colibre -y

What This Installs

  • libreoffice-writer – Word processing application
  • libreoffice-calc – Spreadsheet application
  • libreoffice-gtk3 – GTK3 integration for a better desktop appearance
  • libreoffice-style-colibre – Modern Colibre icon theme

This method is useful for users who only require document editing and spreadsheet functionality without installing the full LibreOffice suite.

No comments:

Post a Comment