openSUSE
Upgrading to OpenOffice 3.2
by Fred on Feb.13, 2010, under openSUSE
Add the OpenOffice STABLE repo using zypper (if not already)
sudo zypper ar http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_11.2 OOo_STABLE
Update using zypper, with following commands. Since the regular OpenOffice doesn’t come from this repository, you have to use the –from parameter
sudo zypper dup --from OOo_STABLE
Note: It is a double-dash in front of the “from” parameter. Thanks for the comments.