Update LibreOffice 4.1.4.2

Just follow these steps from a terminal and possibly first uninstall the version you have previously installed.

[size=medium]If your system is 32-bit:[/size]

We unloaded the packages, unzip and install with the following commands:

$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.4/deb/x86/LibreOffice_4.1.4_Linux_x86_deb.tar.gz
$ tar -xzvf LibreOffice_4.1.4_Linux_x86_deb.tar.gz
$ cd LibreOffice_4.1.4.2_Linux_x86_deb/DEBS
$ sudo dpkg -i *.deb

[size=medium]If your system is 64-bit:[/size]

We unloaded the packages, unzip and install with the following commands:

$ wget -c download.documentfoundation.org/libreoffice/stable/4.1.4/deb/x86_64/LibreOffice_4.1.4_Linux_x86-64_deb.tar.gz
$ tar -xzvf LibreOffice_4.1.4_Linux_x86-64_deb.tar.gz
$ cd LibreOffice_4.1.4.2_Linux_x86-64_deb/DEBS
$ sudo dpkg -i *.deb

I would add that it is recommend to remove the libreoffice packages which are already installed to avoid clashes between the repo version and the official version from Document Foundation.
Please also note that the Document Foundation in the past made severe packaging errors which might cause LO to run uncomplete (missing features) or run not reliably stable.

I agree, at least translations were uncomplete and some menu displayed with a mix of two languages !

True all that have commented on the mistakes, but in my case was properly installed and in my Spanish language, so that’s why I got the trick.