Logo Background RSS

OpenOffice.org 2.3.0 Install for Ubuntu

  • Written by vinuvinu 9 Comments9 Comments Comments
    Last Updated: September 21st, 2007

    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

    Bookmark and share:
    • del.icio.us
    • Digg
    • StumbleUpon
    • BlinkList
    • blogmarks
    • Furl
    • Slashdot
    • Spurl
    • Technorati
    • YahooMyWeb
    • description
    • Facebook
    • Google
    • Live
    • Ma.gnolia
    • NewsVine
    • Reddit
    • TwitThis

Advertisement

  1. #1 Seth
    September 25th, 2007 at 9:47 am

    Why use alien when there’s deb packages?

    Post ReplyPost Reply
  2. #2 vinu
    September 25th, 2007 at 11:08 am

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

    Post ReplyPost Reply
  3. #3 jpax
    September 27th, 2007 at 2:50 pm

    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 :)

    Post ReplyPost Reply
  4. #4 vinu
    September 27th, 2007 at 5:51 pm

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

    Post ReplyPost Reply
  5. #5 d4m4$74
    October 2nd, 2007 at 2:13 am

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

    Post ReplyPost Reply
  6. #6 gr8ful
    October 6th, 2007 at 4:48 am

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

    Post ReplyPost Reply
  7. #7 Agus
    October 10th, 2007 at 4:07 pm

    This mini how-to is really work!

    Thank you very much!

    Post ReplyPost Reply
  8. #8 sariw
    October 26th, 2007 at 4:10 pm

    Thank you for the tutorial!

    Post ReplyPost Reply
  9. #9 helpdeskdan
    December 31st, 2007 at 6:02 am

    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.

    Post ReplyPost Reply
Leave a Comment