installing openoffice 2.4

Discussion in 'Linux' started by francisg3, Aug 28, 2008.

  1. francisg3

    francisg3

    Joined:
    Aug 16, 2008
    Messages:
    8
    Likes Received:
    0
    i currently have openoffice 2.3 on my aspire one. i was wondering whether it was possible to replace the 2.3 version with the 2.4. i downloded the 2.4 .rpm install directly from openoffice but i am stuck on what to do from here. any suggestions?
    thanks!
     
    francisg3, Aug 28, 2008
    #1
  2. francisg3

    yodersj

    Joined:
    Aug 21, 2008
    Messages:
    72
    Likes Received:
    0
    Location:
    NC
    Going from memory here...
    * Open a terminal
    * Switch to the root user. Example:
    Code:
    su -
    * Change to the directory where you saved the download of Oo_O v2.4 to. Example:
    Code:
    cd /(the)/(path)/(here)
    * If you have not yet extracted the tarball, do so now. Example:
    Code:
    tar -xzvf (name_of_file_here).tar.gz
    It will create a directory in the directory you are in. Make a note of the name.
    * Change into the directory created by extracting the tarball. Example:
    Code:
    cd (name_of_directory_here)
    * Display what is in that directory:
    Code:
    ls
    * They usually include an install script. It can be run like this:
    Code:
    sh ./(name_of_script_here)
     
    yodersj, Aug 29, 2008
    #2
  3. francisg3

    francisg3

    Joined:
    Aug 16, 2008
    Messages:
    8
    Likes Received:
    0
    when i check the directory with the 'ls' command..its gives me a choice of :
    installdata,javasetup.jar,licenses,readmes,rpms,setup,update
    i then enter:
    sh ./setup .....the program thjen sets up and i then get the following error message:
    java: xcb_xib.x:50 etc... line 17: 7018 aborted -jar $jarfilename

    i have installed the latest jre from the website (1é4é2 i believe). am i doing something wrong? i cant seem to find the install script you speak of.
     
    francisg3, Aug 30, 2008
    #3
  4. francisg3

    macles

    Joined:
    Jul 22, 2008
    Messages:
    198
    Likes Received:
    0
    macles, Aug 30, 2008
    #4
  5. francisg3

    francisg3

    Joined:
    Aug 16, 2008
    Messages:
    8
    Likes Received:
    0
    thank you very much!
     
    francisg3, Sep 8, 2008
    #5
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.