How to Install LibreOffice on Ubuntu Linux
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.
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.
- Download the latest version from the LibreOffice website.
- Open your Terminal and navigate to your Downloads folder.
- 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

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?
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!