Si aun no te adaptas al paquete de OpenOffice que biene por defecto el Ubuntu linux aqui encontraras un tutorial de como poder ejecutar el paquete de Microsoft Office 2007 y poder trabajar en el...

Instalar wine:

$ wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
$ sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list
$ sudo apt-get update
$ sudo apt-get install wine

Instalar winetricks:

$ wget http://www.kegel.com/wine/winetricks
$ chmod +x ./winetricks

Instalar librerias necesarias:

$ ./winetricks gdiplus riched20 riched30 msxml3 msxml4 msxml6 corefonts tahoma vb6run vcrun6 msi2

Meter el CD de OpenOffice e instalar:

$ wine ruta_al_CD/setup.exe

Nota: ruta_al_CD suele ser /dev/cdrom0