Do you want to know how to install openoffice in ubuntu operating system?openoffice.org is an opensource project developed by sunmicrosystems for the staroffice productivity suite.version 3.0 was released, featuring the ability to import, but not export, Office Open XMLdocuments, support for the new ODF 1.2 document format, improved support for VBA
macros, and a native port for Mac OS X. The current stable version is Open Office 3.1.0.installing openoffice in your ubuntu may be complicated if you follow the package manager,so here is a simple method which will help you to install openoffice 3.1.0 or latest version very easily in your ubuntu
you have to paste the below code to openoffice terminal to install in ubuntu 9.0.4
echo -e ‘echo “#PPA openoffice-pkgs
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu $(lsb_release -sc) main” | sudo tee -a /etc/apt/sources.list.d/ppa.list
gpg –keyserver keyserver.ubuntu.com –recv 247d1cff
gpg –export –armor 247d1cff | sudo apt-key add -
sudo apt-get update
sudo aptitude -y safe-upgrade
sudo aptitude -y dist-upgrade
‘ > ./oooupgrade.sh
sudo sh ./oooupgrade.sh && rm ./oooupgrade.sh
Related posts: