Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

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

$
0
0

Hello Linux Geeksters. As you may know, LibreOffice 4.3.0 RC3 has been recently released. For information about this release, see the changelog.

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

Because it is not available via any repository, we have to download the archive containing the libreoffice packages from the official site, extract the archive and install the rpm packages inside. Follow the instructions for you system and architecture exactly, in order to get a successful installation.

How to install LibreOffice 4.3.0 RC3 on 32 bit Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and derivative systems:

$ wget download.documentfoundation.org/libreoffice/testing/4.3.0/rpm/x86/LibreOffice_4.3.0.3_Linux_x86_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.0.3_Linux_x86_rpm.tar.gz
$ cd LibreOffice_4.3.0.3_Linux_x86_rpm/RPMS
$ sudo rpm -i *.rpm

Optional, to remove LibreOffice 4.3.0 RC3, on Fedora and CentOS do:

$ sudo yum remove libreoffice*

Optional, to remove LibreOffice 4.3.0 RC3, on OpenSUSE do:

$ sudo zypper remove libreoffice*

Optional, to remove LibreOffice 4.3.0 RC3 on Mageia OpenMandriva and ROSA Desktop, do:

$ sudo urmpe libreoffice*

How to install LibreOffice 4.3.0 RC3 on 64 bit Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva and derivative systems:

$ wget http://download.documentfoundation.org/libreoffice/testing/4.3.0/rpm/x86_64/LibreOffice_4.3.0.3_Linux_x86-64_rpm.tar.gz
$ tar -xzvf LibreOffice_4.3.0.3_Linux_x86-64_rpm.tar.gz
$ cd LibreOffice_4.3.0.3_Linux_x86-64_rpm/RPMS
$ sudo rpm -i *.rpm

Optional, to remove LibreOffice 4.3.0 RC3, on Fedora and CentOS do:

$ sudo yum remove libreoffice*

Optional, to remove LibreOffice 4.3.0 RC3, on OpenSUSE do:

$ sudo zypper remove libreoffice*

Optional, to remove LibreOffice 4.3.0 RC3 on Mageia OpenMandriva and ROSA Desktop, do:

$ sudo urmpe libreoffice*

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles