How To Install LibreOffice 4.2.3 RC1 On Ubuntu 14.04, Linux Mint, Debian, Elementary OS And Their Derivative Systems

Edit: Due to the fact that this article is old, the installation instructions may not work anymore. In order to successfully install the latest version of LibreOffice, please access the libreoffice tag and open the latest article (the one on top).

Watch Free Movies

The latest installation instructions for LibreOffice

Hello Linux Geeksters. As you may know, LibreOffice 4.2.3 RC1 has been recently released.

how to install LibreOffice 4.2.3 RC1 on Ubuntu, Linux Mint, Debian, Elementary OS

In this article I will show you how to install LibreOffice 4.2.3 RC1 on Ubuntu, Linux Mint, Debian, Elementary OS and their derivative systems.

For Ubuntu 14.04 Trusty Tahr, LibreOffice 4.2.3 RC1 is available via the LibreOffice PreReleases PPA, so installing it is easy. All you have to do is remove the already existing libreoffice versions, add the ppa to your system, update the local repository index and install the libreoffice package. Like this:

$ sudo apt-get purge libreoffice-core
$ sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases
$ sudo apt-get update
$ sudo apt-get install libreoffice

For other versions of Ubuntu, Debian, Elementary OS and their derivatives, we have to download the archive containing the libreoffice packages from the official site, extract the archive and install the deb packages inside.

Follow the instructions for your system and architecture exactly, in order to get a successful  installation.

How to install LibreOffice 4.2.3 RC1 on 32 bit Ubuntu, Linux Mint, Debian, Elementary OS and their derivatives:

$ wget download.documentfoundation.org/libreoffice/testing/4.2.3/deb/x86/LibreOffice_4.2.3.1_Linux_x86_deb.tar.gz
$ tar -xzvf LibreOffice_4.2.3.1_Linux_x86_deb.tar.gz
$ cd LibreOffice_4.2.3.1_Linux_x86_deb/DEBS
$ sudo dpkg -i *.deb

How to install LibreOffice 4.2.3 RC1 on 64 bit Ubuntu, Linux Mint, Debian, Elementary OS and their derivatives:

$ wget download.documentfoundation.org/libreoffice/testing/4.2.3/deb/x86_64/LibreOffice_4.2.3.1_Linux_x86-64_deb.tar.gz
$ tar -xzvf download.documentfoundation.org/libreoffice/testing/4.2.3/deb/x86_64/LibreOffice_4.2.3.1_Linux_x86-64_deb.tar.gz
$ cd LibreOffice_4.2.3.1_Linux_x86-64_deb/DEBS
$ sudo dpkg -i *.deb

Scroll to Top