LibreOffice is a free and open source office suite project of The Document Foundation. It is available on all Linux systems, including Ubuntu 22.04 Jammy Jellyfish.
The LibreOffice suite includes applications for word processing, creating spreadsheets, creating and presenting slideshows, diagrams, database management system, and more. Sometimes it is installed by default on Ubuntu 22.04, depending which installation option you chose.
Privileged access to your Linux system as root or via the sudo command.
Conventions
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ – requires given linux commands to be executed as a regular non-privileged user
How to install LibreOffice on Ubuntu 22.04 Jammy Jellyfish step by step instructions
The LibreOffice suite be installed on Ubuntu 22.04 via either command line or GUI. Follow the appropriate set of step by step instructions below, depending on the method you prefer.
After installation is complete, you can open LibreOffice or the individual application from the Ubuntu Activities menu.
👁 Opening LibreOffice on Ubuntu 22.04 Opening LibreOffice on Ubuntu 22.04
In case you are running KDE Plasma desktop, use this command instead:
$ sudo apt install libreoffice-plasma libreoffice
For desktop environments other than GNOME and KDE Plasma, use this command:
$ sudo apt install libreoffice
Let apt finish up, and then LibreOffice will be installed. See the instructions above to open LibreOffice.
Closing Thoughts
In this tutorial, we saw how to install the LibreOffice suite on Ubuntu 22.04 Jammy Jellyfish Linux. This can be done via either command line or GUI, but the commands differ depending on which desktop environment you are running. Keep in mind that you can also open the LibreOffice applications individually, if you want to go straight to the necessary application.