OpenOffice 3.2

wget http://dl.dropbox.com/u/4170695/scripts/install.openoffice.sh -O - | bash -

#!/bin/bash

# add lubuntu lucid repository
cat <<EOF> /etc/apt/sources.list.d/lucid.list
deb http://de.archive.ubuntu.com/ubuntu/ lucid main universe multiverse
EOF
sudo apt-get update -qq

# install openoffice
sudo apt-get install -y openoffice.org openoffice.org-style-human openoffice.org-java-common openoffice.org-l10n-de

# remove ubuntu lucid repository
sudo rm /etc/apt/sources.list.d/lucid.list
sudo apt-get update -qq

Links
http://de.openoffice.org/downloads/quick.html?platform=ooo_beta
http://download.openoffice.org/680/index.html
http://tombuntu.com/index.php/2007/06/23/speed-up-openoffice/

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!