How to Install LibreOffice on Ubuntu Linux
LibreOffice is a free, powerful office suite for Ubuntu Linux. It includes tools for writing, spreadsheets, and presentations. Why use it? It is a great, cost-free alternative to expensive office software. What happens when done? You will have a professional workspace ready for documents and data.
By default, Ubuntu includes a classic interface. For a fresh look, you can enable the NotebookBar. Go to View > User Interface and select NotebookBar to get a modern, tabbed layout similar to other popular office suites.
How to install LibreOffice productivity app in Ubuntu Linux
Most Ubuntu installations include LibreOffice automatically. If you do not see it, the easiest way for beginners is to use the Ubuntu Software Center (GUI). Open the Software Center from your app dock, search for “LibreOffice,” and click install.
Advanced users can also 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 also download the software directly from the download page website.
1. Download the latest version from the site.
2. Open your Terminal and go 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 (Windows key) to open the Activities Overview. Type “LibreOffice” to find and launch your apps.

How to install LibreOffice via PPA
You can use a Personal Package Archive (PPA) to get updates. Warning: Use PPAs with caution. Only use them if you trust the source, as they can sometimes cause system conflicts. Always prioritize the official Snap package or the default repository first.
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 the top choice for open-source office tasks in 2026. 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.
Was this guide helpful?
Leave a Reply Cancel reply