Want OpenOffice.org 3.1 for Hardy, Intrepid, or Jaunty? Open a terminal window and follow these quick steps.

sudo nano /etc/apt/sources.list.d/PPA_OpenOffice.org.list

Copy and paste the following deb lines:

deb http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu jaunty main

This website’s formatting may split those lines. Each line from “deb” to “main” should be unbroken. Change jaunty in each entry to either intrepid or hardy accordingly for your own Intrepid or Hardy installation.

ppa_ooo_list

CTRL-O to write to the file.
CTRL-X to exit.

nano ppa_keys

Copy and paste the PGP Public Key Block for the OpenOffice.org Scribblers PPA from HERE.

ppa_ooo_pgpkey

CTRL-O to write to the file.
CTRL-X to exit.

sudo apt-key add ppa_keys

sudo apt-get update && sudo apt-get dist-upgrade

Answer yes when prompted. Wait for the packages to download and set up and enjoy OO.o 3.1 on your Hardy, Intrepid, or Jaunty Ubuntu installation.

ooo31screenshot

As an added bonus, if you don’t already have the full OpenOffice.org suite, as some unnecessary packages are left off of the install CDs, just tell apt-get to get them:

sudo apt-get install openoffice.org

  • Share/Bookmark