Skip to content
Follow
Ubuntu Linux

How to Install LibreOffice on Ubuntu Linux

Richard
Written by
Richard
Jun 6, 2022 Updated Jul 14, 2026 2 min read
How to Enable or Disable Microsoft Defender Cloud Protection
How to Enable or Disable Microsoft Defender Cloud Protection

Installing LibreOffice on Ubuntu Linux lets you create documents, spreadsheets, and presentations easily. LibreOffice is a free office suite, much like Microsoft Office, but without the cost.

This suite offers tools like Writer for text documents, Calc for spreadsheets, and Impress for presentations. When you install it from Ubuntu’s own software sources, you typically get a recent version, such as LibreOffice 7.6 or newer, ensuring you have a solid set of productivity tools.

⚡ Quick Answer

Open the Ubuntu Software Center, search for LibreOffice, and click install. Alternatively, use the terminal with the command sudo snap install libreoffice.

How to install LibreOffice productivity app in Ubuntu Linux

Installing LibreOffice on Ubuntu is straightforward. For beginners, the easiest method is using the Ubuntu Software Center, which you can find in your app dock.

If you’re comfortable with the command line, the terminal offers another option. Run this command to install the latest version:

sudo snap install libreoffice

How to download and install LibreOffice manually on Ubuntu Linux

You can install LibreOffice on Ubuntu by downloading the newest version straight from the LibreOffice website. After downloading, you’ll use your computer’s Terminal to set it up. This manual method gives you the latest features directly from the source.

  1. Download the latest version from the LibreOffice website.
  2. Open your Terminal and navigate to your Downloads folder.
  3. Extract the downloaded archive with this command:

tar zxvf ~/Downloads/LibreOffice_$version_Linux_x86-64_deb.tar.gz

4. Install the package using the following command:

sudo dpkg -i ~/Downloads/LibreOffice*/DEBS/*.deb

💡Tip
Once finished, press the Super key (your Windows key) to open the Activities Overview. Type "LibreOffice" to find and launch your apps.
Terminal command window showing the installation process for LibreOffice on Ubuntu
install libreoffice in ubuntu linux

How to install LibreOffice via PPA

To install LibreOffice on Ubuntu using a PPA (Personal Package Archive), which can give you quicker updates for LibreOffice, you first open your Terminal. After adding the PPA, you'll update your system and then install LibreOffice.

To use a PPA, open your Terminal and run:

sudo add-apt-repository ppa:libreoffice/ppa

Then, update your system and install:

sudo apt update

sudo apt install libreoffice

Conclusion

LibreOffice is a top choice for open-source office tasks. Whether you use the Software Center, Snap, or manual files, you now have a complete suite for your work. Consider trying the NotebookBar for a more modern user interface experience.

How do I install LibreOffice in Ubuntu?

If LibreOffice isn't installed, you'll need to update and upgrade your system first. Run the following commands: sudo apt update sudo apt upgrade Press Enter after each command and provide your password when prompted.

Is LibreOffice pre-installed on Ubuntu?

Indeed, LibreOffice may already be installed by default with your Linux operating system. Detailed information is available on the wiki. In short, you will be able to download LibreOffice packages tailored to your system's packaging standard (RPM or deb), or even get a .tar.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install Additional Software on Ubuntu
Ubuntu Linux How to Install Additional Software on Ubuntu
How to Uninstall Software in Ubuntu Linux
Ubuntu Linux How to Uninstall Software in Ubuntu Linux
How to Install Python on Ubuntu Linux
Ubuntu Linux How to Install Python on Ubuntu Linux
How to Install Ubuntu Linux
Ubuntu Linux How to Install Ubuntu Linux

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *