How to Install LibreOffice on Ubuntu Linux
You can install the LibreOffice office suite on Ubuntu Linux to create documents, spreadsheets, and presentations.
LibreOffice is a free and open-source alternative to proprietary office software, offering robust tools for all your productivity needs.
This guide focuses on installing LibreOffice directly from the Ubuntu repositories, ensuring you get the latest stable version, often LibreOffice 7.6 or later, with minimal fuss.
LibreOffice includes several useful applications for your computer. These applications consist of Writer for word processing, Calc for spreadsheets, and Impress for presentations, among others.
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 Ubuntu is straightforward, and the easiest way for beginners is using the Ubuntu Software Center, which you can find in your app dock.
For those comfortable with the command line, you can use the terminal. 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 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.
- Download the latest version from the site.
- Open your Terminal and navigate to your Downloads folder.
3. Extract the file with this command:
tar zxvf ~/Downloads/LibreOffice_$version_Linux_x86-64_deb.tar.gz
4. Install the package using:
sudo dpkg -i ~/Downloads/LibreOffice*/DEBS/*.deb
Once finished, press the Super key (your Windows key) to open the Activities Overview. Type “LibreOffice” to find and launch your apps.

How to install LibreOffice via PPA
To install LibreOffice Ubuntu using a PPA, you first open your Terminal. Adding a PPA can give you quicker updates for LibreOffice. 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. Don’t forget to try the NotebookBar for a more modern experience.
How do I install LibreOffice in Ubuntu?
However if it's not there then to install. It at first you have to to update and upgrade your system with the command sudo app update and and sudo apt upgrade now hit on the enter button provide your
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?
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.
No comments yet — be the first to share your thoughts!