Ubuntu 22.04 LTS (Long Term Support) is a widely used operating system known for its stability and security. If you are an Ubuntu user and looking to install LibreOffice, a powerful open-source office suite, this guide will walk you through the installation process. LibreOffice offers a range of applications, including a word processor, spreadsheet editor, presentation creator, and more. By following the steps outlined below, you will be able to install LibreOffice on your Ubuntu 22.04 LTS system and enhance your productivity.
Step 1: Update System Packages
Before proceeding with the installation of LibreOffice, it is essential to update your Ubuntu system packages to ensure you have the latest software versions. Open the terminal by pressing Ctrl + Alt + T
and enter the following command:
sudo apt update && sudo apt upgrade
This command will update and upgrade the system packages, ensuring that your system is up to date.
Step 2: Add LibreOffice PPA
To install LibreOffice on Ubuntu, we need to add the LibreOffice PPA (Personal Package Archive) to the system. PPAs allow users to install software packages that are not available in the official Ubuntu repositories. Enter the following command in the terminal to add the LibreOffice PPA:
sudo add-apt-repository ppa:libreoffice/ppa
Step 3: Update System Packages Again
After adding the LibreOffice PPA, it is necessary to update the system packages again to fetch the updated package information from the newly added repository. Run the following command to update the system packages:
sudo apt update
Step 4: Install LibreOffice
Now that the system packages are updated, it’s time to install LibreOffice. Enter the following command in the terminal:
sudo apt install libreoffice
This command will initiate the installation process and download the necessary packages from the LibreOffice PPA.
Step 5: Launch LibreOffice
Once the installation is complete, you can launch LibreOffice from the Ubuntu Application Launcher. Click on the “Show Applications” icon at the bottom left corner of the desktop, search for “LibreOffice,” and click on the corresponding icon to open the suite.

Step 6: Configure LibreOffice
After launching LibreOffice for the first time, you will be prompted to configure the suite according to your preferences. You can choose the default settings or customize them based on your requirements.
Step 7: Update LibreOffice
It is crucial to keep your software up to date to benefit from the latest features and security patches. To update LibreOffice, you can use the following command in the terminal:
sudo apt upgrade libreoffice
This command will update LibreOffice to the latest available version.
Conclusion
Congratulations! You have successfully installed LibreOffice on your Ubuntu 22.04 LTS system. LibreOffice provides a comprehensive suite of productivity applications that can meet your office needs. With its user-friendly interface and extensive functionality, you can create documents, spreadsheets, presentations, and more. Make sure to keep LibreOffice updated to enjoy the latest improvements and security enhancements.