As you may know, LibreOffice is the most popular, open-source Office suite, available by default on some of the most popular Linux systems.
LibreOffice 5.0 RC5 has been released yesterday, bringing a huge list of bug-fixes only.
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/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_Linux_x86_rpm/RPMS
$ sudo dnf install *.rpm
How to install LibreOffice on 64 bit Fedora 22:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_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/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_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/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_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/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_Linux_x86_rpm/RPMS
$ sudo zypper install *.rpm
How to install LibreOffice on 64 bit OpenSUSE:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_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/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_Linux_x86_rpm/RPMS
$ sudo urpmi *.rpm
How to install LibreOffice on 64 bit Mageia and OpenMandriva:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.5_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.5_Linux_x86-64_rpm/RPMS
$ sudo urpmi *.rpm
Optional, to remove LibreOffice from OpenSUSE systems, do:
$ sudo urpme libreoffice