How to Install LibreOffice 4.0.2 on Red Hat Based Linux Operating Systems

Edit: Due to the fact that this article is old, the installation instructions may not work anymore. In order to successfully install the latest version of LibreOffice, please access the libreoffice tag and open the latest article (the one on top).

The latest installation instructions for LibreOffice

LibreOffice 4.0.2 has been released today. The Document Foundation Team have fixed a lot of bugs on LibreOffice 4.0.2, and after the two RC versions, here came these stable 4.0.2 version.

It is not included in any PPA, so we have to download it from their official site and install it with some installation manager (like dpkg or rpm):

Install LibreOffice 4.0.2 on Fedora, CentOS, OpenSUSE or RHEL:

Download Libreoffice:

* for 32 bit systems:

$ wget -c download.documentfoundation.org/libreoffice/stable/4.0.2/rpm/x86/LibreOffice_4.0.2_Linux_x86_rpm.tar.gz

* for 64 bit systems:

$ wget -c download.documentfoundation.org/libreoffice/stable/4.0.2/rpm/x86_64/LibreOffice_4.0.2_Linux_x86-64_rpm.tar.gz

Extract the archive:

$ tar -xzvf libreoffice*.tar.gz

Cd to the libreoffice* directory and install all the .deb files with rpm -i:

$ cd libreoffice*/RPMS
$ sudo rpm -i *.rpm

Cd to desktop-integration and install the remaining .rpm files:

$ cd desktop-integration
$ sudo rpm -i *.rpm

Tagged with: , , ,
Posted in The Linux and Unix Articles!
One comment on “How to Install LibreOffice 4.0.2 on Red Hat Based Linux Operating Systems
  1. Manuel Solis-Zavala says:

    Thanks for the post! But unfortunately brings me an error, on my Fedora 18 with GnomeShell 3.6 when the instalation comes to the desktop integration, crashes!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Subscribe

  

Subscribe to get the latest Linux news and how to guides directly on your e-mail!