Howto upgrade to openoffice3.1.1 on ubuntu9.04
Step:1- Add repository
sudo gedit /etc/apt/sources.list
Now save and close.
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
Step:2- Now open the terminal and add this key
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 247D1CFF
Step:3- Now type the commande update
sudo apt-get update
Step:4- Now upgrade openoffice
sudo apt-get dist-upgrade