As you may know, LibreOffice is the most popular, open-source Office suite, available by default on some of the most popular Linux systems.
Recently, the first point release of LibreOffice 5.0, LibreOffice 5.0.1 has been released, bringing bug-fixes only. From the official annoucement:
“The Document Foundation (TDF) releases LibreOffice 5.0.1, the first minor release of the LibreOffice 5.0 family, with a number of fixes over the major release announced on August 5. So far, LibreOffice 5.0 is the most popular LibreOffice ever, based on the feedback from the marketplace. LibreOffice 5.0.1 is targeted to technology enthusiasts, early adopters and power users. For more conservative users, and for enterprise deployments, TDF suggests the ‘still’ version: LibreOffice 4.4.5,”
Installation instructions:
For RPM based systems, the LibreOffice archive containing rpm packages can be downloaded from the project’s website. Next, you need to extract the archive, cd into the extracted folder and install the rpms inside.
How to install LibreOffice on 32 bit Fedora 22 systems:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86/LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86_rpm/RPMS
$ sudo dnf install *.rpm
How to install LibreOffice on 64 bit Fedora 22:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86_64/LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86-64_rpm/RPMS
$ sudo dnf install *.rpm
Optional, to remove LibreOffice from Fedora 22, do:
$ sudo dnf remove libreoffice
How to install LibreOffice on 32 bit CentOS and older Fedora systems
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86/LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86_rpm/RPMS
$ sudo yum install *.rpm
How to install LibreOffice on 64 bit CentOS and older Fedora systems:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86_64/LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86-64_rpm/RPMS
$ sudo yum install *.rpm
Optional, to remove LibreOffice CentOS or Fedora, do:
$ sudo yum remove libreoffice
How to install LibreOffice on 32 bit OpenSUSE systems:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86/LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86_rpm/RPMS
$ sudo zypper install *.rpm
How to install LibreOffice on 64 bit OpenSUSE:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86_64/LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86-64_rpm/RPMS
$ sudo zypper install *.rpm
Optional, to remove LibreOffice from OpenSUSE systems, do:
$ sudo zypper remove libreoffice
How to install LibreOffice on 32 bit Mageia and OpenMandriva systems:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86/LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86_rpm/RPMS
$ sudo urpmi *.rpm
How to install LibreOffice on 64 bit Mageia and OpenMandriva:
$ wget http://download.documentfoundation.org/libreoffice/stable/5.0.1/rpm/x86_64/LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.1_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.1_Linux_x86-64_rpm/RPMS
$ sudo urpmi *.rpm
Optional, to remove LibreOffice from OpenSUSE systems, do:
$ sudo urpme libreoffice