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
Hello Linux Geeksters. As you may know, LibreOffice 4.1.2 has been released today. For a full list of features and improvements brought to the previous version, see the release notes.
In this article I will show you how to install LibreOffice 4.1.2 on Fedora 20, Fedora 19, Fedora 18, Fedora 17, CentOS 6, OpenSUSE 12.3, OpenSUSE 12.2, Mageia 4, Mageia 3, ROSA Desktop and other Linux systems using rpm packages.
Because there is no repository available for LibreOffice 4.1.2, we have to download the archive from the official site and install the rpm packages inside with rpm. Follow the instructions for your system’s architecture, in order to get a successful installation.
How to install LibreOffice 4.1.2 on 32 bit Fedora, CentOS, OpenSUSE, Mageia and ROSA Desktop:
$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.2/rpm/x86/LibreOffice_4.1.2_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.1.2_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.1.2.3_Linux_x86_rpm/RPMS
$ sudo rpm -i *.rpm
How to install LibreOffice 4.1.2 on 32 bit Fedora, CentOS, OpenSUSE, Mageia and ROSA Desktop:
$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.2/rpm/x86_64/LibreOffice_4.1.2_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.1.2_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.1.2.3_Linux_x86-64_rpm/RPMS
$ sudo rpm -i *.rpm
Leave a Reply