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.
You’ll find it includes Writer for word processing, Calc for spreadsheets, and Impress for presentations, among other useful applications.
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 download and install LibreOffice manually on Ubuntu Linux by getting the latest version straight from the LibreOffice website and then using your terminal to set it up.
- 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
Installing LibreOffice via a PPA on Ubuntu Linux can offer faster updates, but it’s generally safer to use the official Snap package or Ubuntu’s software first unless you trust the PPA source.
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!