LibreOffice office suite for Linux Fedora and CentOS. Download and install LibreOffice 5.0.0 RC3 on Fedora and CentOS Systems.
LibreOffice 5.0 RC3 has been released and is the biggest LibreOffice releases yet. It brings Emoji and in-word replacement support, enhanced image editing features, word-compatible text highlighting, DOC file improvements, enhanced table management, image drag and drop support and document previews.
Install LibreOffice 5.0 on Fedora
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.
Install LibreOffice 5.0 on 32 Bit Fedora 22
Run the following commands in Terminal to install LibreOffice 5.0 on 32 Bit Fedora 22 systems:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.3_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.3_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.3_Linux_x86_rpm/RPMS
$ sudo dnf install *.rpm
Install LibreOffice 5.0 on 64 Bit Fedora 22
Run the following commands in Terminal to install LibreOffice 5.0 on 64 Bit Fedora 22 systems:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.3_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.3_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.3_Linux_x86-64_rpm/RPMS
$ sudo dnf install *.rpm
Uninstall LibreOffice 5.0 From Fedora 22
Run the following commands to uninstall and remove LibreOffice from Fedora 22:
$ sudo dnf remove libreoffice
Install LibreOffice 5.0 on 32 Bit CentOS
Run the following commands to install LibreOffice on 32 bit CentOS. The below given commands can also be used to install LibreOffice 5.0 on older Fedora systems:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86/LibreOffice_5.0.0.3_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.3_Linux_x86_rpm.tar.gz
$ cd LibreOffice_5.0.0.3_Linux_x86_rpm/RPMS
$ sudo yum install *.rpm
Install LibreOffice 5.0 on 64 Bit CentOS
Run the following commands to install LibreOffice on 64 bit CentOS. The below given commands can also be used to install LibreOffice 5.0 on older Fedora systems:
$ wget http://download.documentfoundation.org/libreoffice/testing/5.0.0/rpm/x86_64/LibreOffice_5.0.0.3_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_5.0.0.3_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_5.0.0.3_Linux_x86-64_rpm/RPMS
$ sudo yum install *.rpm
Uninstall LibreOffice 5.0 From Fedora 22
Run the following commands to uninstall and remove LibreOffice from CentOS or Fedora (Older version):
$ sudo yum remove libreoffice