wget http://installit.googlecode.com/hg/install.libreoffice.sh -O - | bash -
#!/bin/bash # add ppa repository sudo add-apt-repository -y ppa:libreoffice/ppa sudo apt-get update -qq # install sudo apt-get install -y libreoffice sudo apt-get install -y libreoffice-gnome libreoffice-help-de libreoffice-l10n-de libreoffice-officebean libreoffice-java-common libreoffice-base sudo apt-get install -y hunspell-de-de hunspell-en-us hyphen-de mythes-de # do we need this? #sudo apt-get install -y openoffice.org openoffice.org-style-human openoffice.org-java-common
Configure default paper size
echo "a4" > /etc/papersize
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/