Quantcast
Channel: LinuxG.net » how to install libreoffice on centos
Viewing all articles
Browse latest Browse all 8

How To Install LibreOffice 4.3.7 On Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva And Derivative Systems

$
0
0

Hello Linux Geeksters. As you may know, LibreOffice is the most popular open-source office suite, available for Linux, Windows and Mac OS X. The latest version available is LibreOffice 4.3.7 “Still”, which has been recently released, bringing bug-fixes.

For more information about this release, see the official announcement.

how to install LibreOffice 4.3.7 on Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva

In this article I will show you how to install LibreOffice 4.3.7 on Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and their derivative systems.

How to install LibreOffice 4.3.7 on 32 bit Fedora, CentOS and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86/LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86_rpm/RPMS
$ sudo yum localinstall *.rpm

Optional, to remove LibreOffice 4.3.7 on Fedora and CentOS do:

$ sudo yum remove libreoffice*

How to install LibreOffice 4.3.7 on 64 bit Fedora, CentOS and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86_64/LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86-64_rpm/RPMS
$ sudo yum localinstall *.rpm

Optional, to remove LibreOffice 4.3.7 on Fedora and CentOS do:

$ sudo yum remove libreoffice*

How to install LibreOffice 4.3.7 on 32 bit OpenSUSE and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86/LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86_rpm/RPMS
$ sudo zypper install *.rpm

Optional, to remove LibreOffice 4.3.7 on OpenSUSE do:

$ sudo zypper remove libreoffice*

How to install LibreOffice 4.3.7 on 64 bit OpenSUSE and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86_64/LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86-64_rpm/RPMS
$ sudo zypper install *.rpm

Optional, to remove LibreOffice 4.3.7 RC1 on OpenSUSE do:

$ sudo zypper remove libreoffice*

How to install LibreOffice 4.3.7 on 32 bit Mageia, OpenMandriva and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86/LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86_rpm/RPMS
$ sudo urpmi *.rpm

Optional, to remove LibreOffice 4.3.7 on Mageia and OpenMandriva do:

$ sudo urpme libreoffice*

How to install LibreOffice 4.3.7 on 64 bit Mageia, OpenMandriva and derivative systems:

$ wget download.documentfoundation.org/libreoffice/stable/4.3.7/rpm/x86_64/LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.7_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.3.7.2_Linux_x86-64_rpm/RPMS
$ sudo urpmi *.rpm

Optional, to remove LibreOffice 4.3.7 on Mageia and OpenMandriva, do:

$ sudo urpme libreoffice*

 

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 8

Trending Articles