Skip to content
Follow
Ubuntu Linux

How to Install LibreOffice on Ubuntu Linux

Richard
Written by
Richard
Jun 6, 2022 Updated Aug 13, 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 put together slideshows without paying anything. It acts as an open-source alternative to Microsoft Office, giving you full access to word processing and data tools right on your Linux desktop.

Ubuntu includes the latest software packages, meaning you usually get LibreOffice version 7.6 or newer straight out of the box. You do not need any paid licenses or subscriptions 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.

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

Grabbing the newest version straight from the LibreOffice website offers another pathway. After downloading , Terminal handles the setup process. This manual method supplies 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

A PPA (Personal Package Archive, a repository for third-party software) delivers quicker updates than the default repositories. Open your Terminal to add the archive, refresh the system index, and pull down the suite.

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 remains a top choice for open-source office tasks. Whether utilizing the Software Center, Snap, or manual files, users now have a complete suite for daily work. 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.

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