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).
The latest installation instructions for LibreOffice
Hello Linux Geeksters. As you may know, LibreOffice 3.6.7 stable has been finally released.
In this article I will show you how to install LibreOffice 3.6.7 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 10.04 Lucid Lynx, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia and Linux Mint 13 Maya.
Instructions for 32 bit systems
$ wget -c download.documentfoundation.org/libreoffice/stable/3.6.7/deb/x86/LibO_3.6.7_Linux_x86_install-deb_en-US.tar.gz
$ tar -xzvf LibO_3.6.7_Linux_x86_install-deb_en-US.tar.gz
$ cd LibO_3.6.7_Linux_x86_install-deb_en-US/DEBS
$ sudo dpkg -i *.deb
$ cd desktop-integration
$ sudo dpkg -i *.deb
Instructions for 64 bit systems:
$ wget -c download.documentfoundation.org/libreoffice/stable/3.6.7/deb/x86_64/LibO_3.6.7_Linux_x86-64_install-deb_en-US.tar.gz
$ tar -xzvf LibO_3.6.7_Linux_x86-64_install-deb_en-US.tar.gz
$ cd LibO_3.6.7_Linux_x86-64_install-deb_en-US
$ sudo dpkg -i *.deb
$ cd desktop-integration
$ sudo dpkg -i *.deb
Leave a Reply