Installing OpenOffice on Linux
These instructions are also available for these Operating Systems:
Ubuntu
Microsoft Windows
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