Installing OpenOffice on Linux

These instructions are also available for these Operating Systems:

 
if [ "`grep "deb http://ppa.launchpad.net/openoffice-pkgs/ddd ddd main" /etc/apt/sources.list`" = "" ] ; then
sudo echo "deb http://ppa.launchpad.net/openoffice-pkgs/ddd ddd main" >> /etc/apt/sources.list
fi
sudo apt-get update
sudo apt-get upgrade