Skip to content
Follow
Ubuntu Linux

How to Install LibreOffice on Ubuntu Linux

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

LibreOffice is a free office suite for Ubuntu Linux that lets you write documents, build spreadsheets, and create slideshows without paying for a subscription. It serves as an open-source alternative to Microsoft Office, giving you full access to word processing and data tools right on your desktop.

Advertisement

Ubuntu includes software packages that supply LibreOffice version 7.6 or newer straight out of the box. You do not need any paid licenses to open, edit, and save standard Word, Excel, and PowerPoint files.

⚡ Quick Answer

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

Advertisement

How to install LibreOffice productivity app in Ubuntu Linux

Getting LibreOffice running on Ubuntu involves a few different approaches. Beginners can grab the app directly from the Ubuntu Software Center in the app dock.

Command-line users can rely on the Terminal instead. 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 Ubuntu manually by downloading the official installer package straight from the main LibreOffice website and using Terminal to extract and set up the files. This manual method takes a few extra steps compared to using the app store, but it gives you the absolute newest version of the office suite right away.

Advertisement
  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

Advertisement

4. Install the package using the following command:

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

💡TipOnce 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

You can install LibreOffice Ubuntu via PPA (Personal Package Archive, an external software repository) to get faster updates than what you find in the standard software channels. This method lets you add a custom software source to Terminal so your computer downloads and installs the newest office suite updates automatically.

Advertisement

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

Advertisement

sudo apt install libreoffice

Conclusion

Consider trying the NotebookBar for a more modern user interface experience.

How do I install LibreOffice in Ubuntu?

If LibreOffice isn't installed, updating and upgrading the system first resolves the issue. 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?

LibreOffice may already be present by default with the Linux operating system. Detailed information remains available on the wiki. Packages tailored to specific system packaging standards (RPM or deb), or even a .tar archive, download readily.

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.

Advertisement

📚 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 *