Tuesday 4 February 2014

INSTALL OPENOFFICE 4 ON LINUX MINT

How to Install Apache OpenOffice 4 on Linux Mint?
Apache OpenOffice, commonly known as OpenOffice.org, OOo or OpenOffice, is an open-source office productivity software suite whose main components are for word processing, spreadsheets, presentations, graphics, and databases. OpenOffice is available for a number of different computer operating systems, is distributed as free software and is written using its own GUI toolkit. It supports the ISO/IEC standard OpenDocument Format (ODF) for data interchange as its default file format, as well as Microsoft Office formats among others.

##Open Terminal Ctrl+Alt+T

##Remove libreoffice if installed
sudo apt-get remove libreoffice*

##32bit
wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/en-US/Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz

##64bit
wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.0.1/binaries/en-US/Apache_OpenOffice_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz

##Extract 32bit
tar -zxvf Apache_OpenOffice_4.0.1_Linux_x86_install-deb_en-US.tar.gz

##Extract 64bit
tar -zxvf Apache_OpenOffice_4.0.1_Linux_x86-64_install-deb_en-US.tar.gz

##Install Apache OpenOffice 4
sudo dpkg -i en-US/DEBS/*.deb

##Install menu Integration
sudo dpkg -i en-US/DEBS/desktop-integration/*.deb

No comments:

Post a Comment