How To Install LibreOffice 4.1.0 RC2 On Fedora, OpenSUSE, Mageia, CentOS And Other RPM Based 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).

Watch Free Movies

The latest installation instructions for LibreOffice

Hello Linux Geeksters.

As you may know, LibreOffice 4.1.0 RC2 has been released a while ago. A full list of bugfixes and new features can be seen in the official release announcement. For instructions on how to install LibreOffice 4.1.0 RC2 on Ubuntu, Debian and Linux Mint, see this article.how to install LibreOffice 4.1.0 RC2 on Fedora 19, Fedora 18, Fedora 17, OpenSUSE 13.1, OpenSUSE 12.3, OpenSUSE 12.2, Mageia 3, Mageia 2 CentOS 6In this article I will show you how to install LibreOffice 4.1.0 RC2 on Fedora 19, Fedora 18, Fedora 17, OpenSUSE 13.1, OpenSUSE 12.3, OpenSUSE 12.2, Mageia 3, Mageia 2 CentOS 6 and other RHEL based Linux systems.

Instructions for 32 bit systems:

$ wget -c download.documentfoundation.org/libreoffice/testing/4.1.0/rpm/x86/LibreOffice_4.1.0.2.0_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.1.0.2.0_Linux_x86_rpm
$ cd LibreOffice_4.1.0.2.0_Linux_x86_rpm/RPMS
$ sudo rpm -i *.rpm

Instructions for 64 bit systems:

$ wget -c download.documentfoundation.org/libreoffice/testing/4.1.0/rpm/x86_64/LibreOffice_4.1.0.2.0_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.1.0.2.0_Linux_x86-64_rpm
$ cd LibreOffice_4.1.0.2.0_Linux_x86-64_rpm/RPMS
$ sudo rpm -i *.rpm

Scroll to Top