Thursday, September 10, 2009

Upgrade from OpenOffice 3.0 to 3.1 on Ubuntu 9.04 Jaunty



Issue the following commands inside a terminal:
echo 'deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu jaunty main' >> /etc/apt/sources.list

gpg --keyserver keyserver.ubuntu.com --recv 60D11217247D1CFF
gpg --export --armor 60D11217247D1CFF | sudo apt-key add -

sudo apt-get update
sudo aptitude dist-upgrade