LibreOffice is an open-source and much powerful personal productivity office suite for Linux, Windows & Mac, that provides feature-rich functions for word documents, data processing, spreadsheets, presentation, drawing, Calc, Math, and much more.
LibreOffice has a large number of satisfied users across the globe with almost 200 million downloads as of now. It supports more than 115 languages and runs on all major operating systems.
The Document Foundation team proudly announced the fresh major release of LibreOffice 7.1.3 on 6, May 2021, is now available for all major platforms including Linux, Windows, and Mac OS.
[ You might also like: How to Install Latest OpenOffice in Linux Desktop ]
This new update features a large number of exciting new features, performance, and improvements and is targeted to all kinds of users, but especially appealing for enterprise, early adopters, and power users.
There are many other changes and features included in the newest LibreOffice 7.1.3 – for a complete list of new features, see the release announcement page.
LibreOffice Requirements
- Kernel 3.10 or higher version.
- glibc2 version 2.17 or higher version
- Minimum 256MB and recommended 512MB RAM
- 1.55GB available Hard disk space
- Desktop (Gnome or KDE)
Install LibreOffice on Linux Desktops
The installation instructions provided here are for LibreOffice 7.1.3 using the language US English on a 64-Bit system. For 32-Bit Systems, LibreOffice dropped the support and no longer provide 32-bit binary releases.
Step 1: Downloading LibreOffice
Go to the official LibreOffice download page and grab the latest version that bundled with all the binary packages as a .tar.gz archive file. Alternatively, you can use the following wget command to download the LibreOffice directly in the terminal as shown.
For RHEL/CentOS/Fedora
# cd /tmp # wget https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz
For Debian/Ubuntu/LinuxMint
$ sudo cd /tmp $ sudo https://download.documentfoundation.org/libreoffice/stable/7.1.3/deb/x86_64/LibreOffice_7.1.3_Linux_x86-64_deb.tar.gz
Step 2: Removing Old LibreOffice or OpenOffice Versions
If any previously installed LibreOffice or OpenOffice versions you have, remove them using the following command.
# yum remove openoffice* libreoffice* [on RedHat based Systems]

$ sudo apt-get remove openoffice* libreoffice* [On Debian based Systems]

Step 3: Extracting LibreOffice Package
After downloading the LibreOffice package, use the tar command to extract it under /tmp directory or in a directory of your choice.
On RHEL/CentOS/Fedora
# tar zxvf LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz
On Debian/Ubuntu/Linux Mint
$ sudo tar zxvf LibreOffice_7.1.3_Linux_x86-64_deb.tar.gz
Step 4: Installing LibreOffice in Linux Desktop
After extracting the package, you will get a directory and under this, there will be a sub-directory called RPMS or DEBS. Now, run the following command to install it.
On RHEL/CentOS/Fedora
# cd /tmp/LibreOffice_7.1.3.2_Linux_x86-64_rpm/RPMS/ # yum localinstall *.rpm OR # dnf install *.rpm [On Fedora 23+ versions]
On Debian/Ubuntu/Linux Mint
$ sudo cd /tmp/LibreOffice_7.1.3.2_Linux_x86-64_deb/DEBS/ $ sudo dpkg -i *.deb
Step 5: Starting LibreOffice in Linux
Once the installation process completes you will have LibreOffice icons in your desktop under Applications –> Office menu or start the application by executing the following command on the terminal.
# libreoffice7.1
Step 6: Screenshot of LibreOffice
Please see the attached screenshot of the LibreOffice application under my CentOS 7.0.

Step 7: Installing a Language Pack in LibreOffice
If you would like to install LibreOffice in your preferred language, you should select your language pack for installation. The installation instructions can be found in the Language Pack section.
I don’t understand, why I would have to do all these for Ubuntu? There is the Libreoffice Fresh PPA ( https://launchpad.net/~libreoffice/+archive/ubuntu/ppa ), why not use that?
@Pavak,
Yes, there is a LibreOffice Fresh PPA, you can use this PPA to install directly on Ubuntu systems, but same will not work for other distributions..
Thanks man, it works!, now, Do you know how to install MSFonts on my fedora 21?
Hi, How I see version LibreOffice in Centos 7??
How remove Old LibreOffice… When I put
yum remove libreoffice.org*
Show message:
No hay nada concordante con el argumento: libreoffice.org*
No se han seleccionado paquetes para ser eliminados
Thank
I think your link should be updated because the links are reporting Error:404.For 32-bit version,it should be http://download.documentfoundation.org/libreoffice/src/4.3.3/libreoffice-4.3.3.2.tar.xz
@Saptarshi,
Thanks for bringing to our notice, yes the article was little out dated and we haven’t updated yet. But will soon update the article with latest release…..
Thank you for the article. It helped a lot.
Hi Ravi
I’m trying to install the LibreOffice_4.3.1_Linux_x86-64_rpm.tar.gz from http://download.documentfoundation.org/libreoffice/stable/4.3.1/rpm/x86_64/LibreOffice_4.3.1_Linux_x86-64_rpm.tar.gz
But i get 2 library error messages. –skipbroken doesn’t work. I have tried nogpgcheck , nothng seems to help.
I’m working on RHEL 6.5, would it be possible for you to help me out with this, as this is really urgent for me to work on Office Docs and Workbooks.
-Anurag ([email protected])
Ultimate stable version:
download.documentfoundation.org/libreoffice/stable/4.3.0/rpm/x86_64/LibreOffice_4.3.0_Linux_x86-64_rpm.tar.gz
enjoy!
regards!
Thanks! I was unfamiliar with yum localinstall
M installing libre office on fedora 14 but at the end of installation i am getting below shown error…
Total size: 553 M
Installed size: 553 M
Is this ok [y/N]: y
Downloading Packages:
Package libobasis4.2-base-4.2.5.2-2.i586.rpm is not signed
so please help in debugging this…
very good blog and i have successfully installed libreoffice in RHEL 6.3_64bit