Google Plus

Install and upgrade to openoffice 3.2 in ubuntu 9.10 karmic koala|fedora12|debian|ppa

Written by Mel Kham on . Posted in News

 

Openoffice3.2 Final is available. The new version of openoffice.org 3.2 comes with many new features and improvements. If you are under fedora12, linuxMint8, Ubuntu 9.10 karmic koala or debian you can follow the instructions bellow to install or upgrade to Openoffice3.2.




A lot of new features have found its way into the new version. Here are just a few of them:

  • faster start up times
  • improved compatibility with open standard (ODF) and proprietary file formats
  • improvements to all components, but especially in the Calc spreadsheet with many new or enhanced features
  • the Chart module (usable throughout OpenOffice.org) got a usability makeover as well as offering new chart types
  • Impress and Draw provides the new Comments implementation that is already known from Writer
  • Base got now also the zoom slider to increase/decrease the view seamless

Much more details can be found in the New Features documentation and in the technical Release Notes.

 

Download OpenOffice.org 3.2.0 Final Release.

Install and upgrade  (Installation tested and is working):


  • For ubuntu 9.10 karmic koala (Via PPA launchpad):


For the installation via ppa launchpad for Ubuntu, the official repositories that will have 3.2.0 and 3.2.1 for Ubuntu 9.10 karmic koala and ubuntu10.04 lucid lynx are now available , you can now you can install via repository if you are under ubuntu.

For Karmic koala :

sudo add-apt-repository ppa:openoffice-pkgs/ppa

Now update and upgrade :

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


  • Install Openoffice.org 3.2 final (debian package) on Ubuntu/Debian/LinuxMint:

First : Remove all the packages from the installed version
Go to Synaptic or your package manager and mark all the openoffice.org packages installed to be removed (there is the string ubuntu in their version number). This is mandatory for your first upgrade of the distro delivered OOo version, no need to do that for the following upgrades.
For Ubuntu (flavors prior to Jaunty 9.04), the system will also remove the ubuntu-desktop package. No worry, this is a meta package that can be removed safely. But in case you want to upgrade your whole distro, you’ll have to install back this package (and the OOo original version). To remove from terminal :

sudo apt-get remove openoffice*.*

Second : Download the debian package, and install them by following these steps :

For us language the package is :OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz

Now esxtract using the command :

tar xzvf OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz

Now cd the extracted directory :

cd OOO320_m12_native_packed-1_en-US.9483/

The software is installed using the dpkg -i command. Type the following command, to install the software:

sudo dpkg -iR DEBS/


If you already had an older version already upgraded to 3.1.1 which you did not uninstall, dpkg will upgrade it rather than installing both versions at once.

Removing : To remove a package, use the following command:

sudo dpkg -r openoffice.org
  • Install Openoffice.org 3.2 final on RPM based Linux systems : Fedora / Centos /Redhat:


Installation steps :

1- To install the software for all users, su to become superuser.

2- Extract the package with the following command:

tar -xvf OOo_3.2.0_xxxxxxxx_LinuxIntel_install_wJRE_en-US.tar.gz

3- cd to the folder that the tar command created.

cd 000320_xx_native_packed-1_en-US.9476
 

4- To install the software for all users, type the following to become superuser:

su -

5- Grant permission to open a graphical display for root, using the authority from your user account. This is necessary for security reasons on some systems, while on other systems adequate security is provided without this

XAUTHORITY=/home/{username}/.Xauthority; export XAUTHORITY
DISPLAY=:0.0; export DISPLAY
 

6- Start the setup program and follow the instructions.

./setup

7- If you su to install for all users, exit the superuser shell:

exit

 

{loadposition user9}

Related Articles by Tag :

{module Related Articles Plus}

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.
  • http://bodmas.org Keith

    Has anyone succeeded in installing oOo3.2 from the openoffice.org web site on Debian Lenny?

    I’m getting dependency errors. Removes cleanly.

  • kashyap

    hi all,

    I had to uninstall openoffice 3.1 as 3.2 is installing in /opt and menus deb file was not installing. had to uninstall openoffice.org…common pkg and then again installing the menu deb file was successful.

    hope this help every one.

  • John H

    I am running Ubuntu Karmic, and both the download and the update via the website fail. Seems there are a few things missing from the website, and some unsatisfied dependencies in the downloaded version.

  • Wagner Arestides

    I’m using Kubuntu 9.10 Karmic and can not upgrade to version 3.1 of the OpenOffice.org version 3.2. I did the above procedure without success. The address to which it is intended to download the updates is offline or appears to be available for Ubuntu Karmic. The address that should be made to update is this: http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu/dists/ but yet is only available for Hardy, Intrepid and Jaunty. Should be why is not updating to the latest version of Ubuntu Karmic.

    Does anyone have any other suggestions for the update through the Ubuntu repositories Karmic?

    • http://bhell.multiply.com Belly Hardian

      yeah,, me 2 :(
      using karmic 9.10

      • Zinovsky

        Try first to remove all old packages of openoffice3.1.1 then follow the instructions above to install the new version 3.2. The tutorial is tested on karmic koala and worked for me fine. PPA always are not available :evil:. If you need any help don`t hesitat to ask :)

  • Zinovsky

    For ubuntu and debian first remove all the packages of old installed version
    Go to Synaptic or your package manager and mark all the openoffice.org packages installed to be removed (there is the string ubuntu in their version number). This is mandatory for your first upgrade of the distro delivered OOo version, no need to do that for the following upgrades. After doing this you will be able to install Ooo3.2

  • Vinny

    It was easy and painless for me! few minutes and it was installed!! The menu was there, nothing wrong with the installation, all worked fine.

    I first uninstalled the older version of OO3.1 with the command posted above (sudo apt-get remove openoffice*.*) and then i installed the new version.

    Thanks for this splendid mini-tutorial!

  • spiregrain

    :cry: Followed all above but after
    sudo dpkg -iR DEBS/

    I just get
    find: ‘DEBS/’: No such file or directory
    dpkg: find for –recursive returned unhandled error -1

    Now, having uninstalled 3.1 I have no OO at all

  • Zinovsky

    cd the extracted directory using this command :
    [quote]cd OOO320_m12_native_packed-1_en-US.9483/[/quote]
    Then use the command: sudo dpkg -iR DEBS/
    if you want to get back your openoffice 3.1.1 you can just use the command :
    [quote]sudo apt-get install openoffice.org
    [/quote]

  • http://jobinsblog.blogspot.com/ Jobin Thomas

    Hello,

    I was able to successfully install the 3.2 version following the instructions provided below. Thanks for the steps provided above. It made the process very easy.

    Steps followed:
    1. Un-installed the earlier version 3.1 using the synaptic package manager.
    2. Downloaded the new version
    3. Then followed the steps
    >>snip
    sudo apt-get remove openoffice*.*

    Second : Download the debian package, and install them by following these steps :

    For us language the package is :OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz

    Now extract using the command :

    tar xzvf OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz

    Now cd the extracted directory :

    cd OOO320_m12_native_packed-1_en-US.9483/

    The software is installed using the dpkg -i command. Type the following command, to install the software:

    sudo dpkg -iR DEBS/
    >>snip

  • Ian

    Seems the reason it isn’t installing on karmic from the ppa is that there is no Karmic there .. well as of 12/03/2010

    http://ppa.launchpad.net/openoffice-pkgs/ppa/ubuntu/dists/

    It has Hardy, Intrepid and Jaunty, but no Karmic

  • Arun Cherian

    I have Ubuntu 9.10. Unfortunately I currently don’t have an internet connection. Is there any way I can get an offline installer?

  • Anonymous

    Works!!

    Keramic 9.10!

    Thanks Cowboy!! :D

  • http://www.tejasnetworks.com santosh

    While installing , i am getting an error

    find: `DEBS/’: No such file or directory
    dpkg: find for –recursive returned unhandled error -1

    what is this issue ?

  • http://--no-- balaji

    I used the following commands

    $sudo apt-get remove openoffice*.*

    I started download Openoffice from its homesite

    and i used dpkg command to install openoffice3.2

    :lol: :lol:

  • ashokadev

    command to change openoffice 3.1to 3.2 in ubuntu

  • http://www.bestfinance-blog.com Frances18Rosario

    Some time ago, I needed to buy a good car for my corporation but I did not earn enough cash and couldn’t order anything. Thank goodness my mother proposed to get the home loans at banks. Thence, I acted that and was happy with my student loan.

  • http://www.bestfinance-blog.com PetersenLena

    Lots of specialists say that loan help people to live the way they want, because they can feel free to buy necessary stuff. Furthermore, a lot of banks offer short term loan for different classes of people.

  • http://www.bestfinance-blog.com Florence24Diaz

    If you are willing to buy real estate, you would have to receive the loan. Furthermore, my sister always takes a short term loan, which supposes to be the most rapid.

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Snake

|

Wow, great. That’s what i’m waiting for too. I want to make DC with LDAP ( Active Directory alternative) and SAMBA on Ubuntu. :-)

Blawer

|

Thanks!!!!!!!!!!!!!!!!!! you rules!!! all the other “help” in google are useless… yours was very helpful. Thanks again

piCool

|

Great ! we have another another master trick :-)

Yilmaz Ulugtekin

|

Just delete the space after the slash (/) it will work.

Pat L

|

I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .