i see the question posted a lot in the forums and have not noticed a tutorial for it yet...so here is my first attempt at one:
we first need to add the repositories to the sources.list file. so open a terminal and type or copy/paste the following:
Code:
gksudo gedit /etc/apt/sources.list
when it opens, add (copy/paste) the following lines to the bottom of the file:
for hardy:
Code:
##repo for open office3
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu hardy main
for intrepid:
Code:
##repo for open office3
deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu intrepid main
for jaunty:
save and then close the file.
add the PGP key with this command:
Code:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 247D1CFF
now to upgrade openoffice to the latest version... just need to update the repos and upgrade the packages. run (type or copy/paste) this command in a terminal:
Code:
sudo apt-get update && sudo apt-get dist-upgrade
thats it...open office 3.1.* should be installed and in the menu: applications > office
or just start it up from the terminal:
**if you seem to be missing some items and would like the entire suite installed....open a terminal and type or copy/paste:
Code:
sudo apt-get install openoffice.org
hope that helps someone. 
************************************************** ************************************************** ************************
EDIT: updated 5-13-09 to latest version.
Bookmarks