• 21st September 2007 -By Vinu Thomas

    OpenOffice has released the latest version of their Office Suite. Here’s how to Install OpenOffice 2.3.0 on Ubuntu.

    Deb Installer:

    If you’re looking installing from the deb package, here are the instructions once you download the deb file from this link:

    sudo apt-get remove openoffice*
    tar xzvf OOo_2.3.0_LinuxIntel_install_en-US_deb.tar.gz
    cd OOo_2.3.0_LinuxIntel_install_en-US_deb.tar.gz
    cd DEBS/
    sudo dpkg -i *.deb
    cd desktop-integration/
    sudo dpkg -i *.deb
    sudo ln -s /opt/openoffice.org-2.3/programs/soffice /usr/local/bin

    RPM Installation in Ubuntu

    If you’ve already downloaded the RPM version and don’t want to bother re-downloading the deb package, here’s what you do:

    Once you’ve got the package downloaded, run the following commands in your terminal :
    sudo apt-get install alien
    sudo apt-get remove openoffice*
    tar xzvf OOo_2.3.0_LinuxIntel_install_en-US.tar.gz
    cd OOG680_m5_native_packed-1_en-US.9221/
    cd RPMS/
    sudo alien --scripts --keep-version *.rpm
    sudo dpkg -i *.deb
    cd desktop-integration/
    sudo dpkg -i *.deb
    sudo ln -s /opt/openoffice.org-2.3/programs/soffice /usr/local/bin

    via: OpenOffice.org 2.3.0 Available Now – Ubuntu Forums

  • 9 Comments to “OpenOffice.org 2.3.0 Install for Ubuntu”

    • Seth on September 25, 2007

      Why use alien when there’s deb packages?

    • vinu on September 25, 2007

      Hmmm… there seems to be a deb package for download now. I couldn’t find the deb packages when I was trying to upgrade.

    • jpax on September 27, 2007

      Hi there. I just downloaded the deb’s version and I didn’t know how to install it, after removing 2.2 and dpkg the DEBS directory, then I found this page and I did the last 3 lines, and voilá.

      Thank you :)

    • vinu on September 27, 2007

      updated the instructions to include the deb installer steps too..

    • d4m4$74 on October 2, 2007

      thanx for your help, this was very useful (until now I thought I had to open every deb indevidiually

    • gr8ful on October 6, 2007

      Thank you. I like how it created te debian desktop deb in desktop-integration. Neat!

    • Agus on October 10, 2007

      This mini how-to is really work!

      Thank you very much!

    • sariw on October 26, 2007

      Thank you for the tutorial!

    • helpdeskdan on December 31, 2007

      Good. You shouldn’t need the kde one for gnome and visa versa I would think. May wish to omit that one RPM from the install.

    Leave a Reply