Hello Linux Geeksters. As you may know, OpenOffice 4.0 has been recently released. It is a free and open source alternative of Microsoft Office, developed by the Apache team, for Linux, Windows and Mac OS X.

I prefer LibreOffice, but OpenOffice can also be a solution.
In this article I will show you how to install OpenOffice 4.0 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Ubuntu 10.04 Lucid Lynx, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy and Debian Squeeze.
There isn’t any repository available for OpenOffice, but the files can be easily downloaded from the official site and installed. Follow the instructions for your system’s architecture type:
How to install OpenOffice 4.0 on 32 bit Ubuntu, Linux Mint and Debian:
Download the needed packages: Download OpenOffice 4.0 32 bit from sourceforge.net
Extract the downloaded package:
$ tar -xzvf ~/Downloads/Apache_OpenOffice_4.0.0_Linux_x86_install-deb_en-GB.tar.gz
Install OpenOffice:
$ cd en-GB/DEBS
$ sudo dpkg -i *.deb
$ cd desktop-integration
$ sudo dpkg -i *.deb
How to install OpenOffice 4.0 on 64 bit Ubuntu, Linux Mint and Debian:
Download the needed packages: Download OpenOffice 4.0 64 bit from sourceforge.net
Extract the downloaded package:
$ tar -xzvf ~/Downloads/Apache_OpenOffice_4.0.0_Linux_x86-64_install-deb_en-GB.tar.gz
Install OpenOffice:
$ cd en-GB/DEBS
$ sudo dpkg -i *.deb
$ cd desktop-integration
$ sudo dpkg -i *.deb