How to Install LibreOffice on Ubuntu Linux
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.
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.
- 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
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?
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!