Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi fortunately I am on the net now with Debian for the very first time and still getting to know it. I thought I have downloaded and installed all the ...
  1. #1
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156

    Donwloaded Openoffice but not installed

    Hi fortunately I am on the net now with Debian for the very first time and still getting to know it. I thought I have downloaded and installed all the bits for openoffice but it is not showing in the menu as installed. In the KMenu. Sorry I am still extremely new to the terminology of Linux. Do I have to do something like a resolve or reconfigure and what would be the exact command? I got the dependencies that I thought were needed.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    How did you install Openoffice? Which command did you execute to install it?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    I went to the openoffice site and used kpackage to install all the pieces. As I downloaded it said I could either "save" "open" or ???? Can't remember.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    which openoffice
    Does it display path of openoffice?

    Open Adept Package Manager and search for OpenOffice. Is it marked as Installed? If not, install OpenOffice with Adept only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    It just goes back to the command prompt when I do that. Nothing happens anotherwords.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    It means OpenOffice is not installed. Did you check in Adept Package Manager? I would suggest you to install it using Adept only Or execute this
    Code:
    su
    apt-get install openoffice.org
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156

    Thanks

    Your a gem thank you so much! All is installed and well!!!!

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you rapattack !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined! Conficio's Avatar
    Join Date
    Feb 2007
    Posts
    5

    Tech support for Open Office

    Hi there,
    if you need some help with open office, check out the hundreds of short videos (screencasts) for OpenOffice.org. They are done on Windows, but work on Linux as well as Debian.

    K<o>

  10. #10
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    if you want use the newer version you need install it manually.

    download the openoffice in tar which contains all the deb packages to an empty directory
    cd to download directory
    extract it
    Code:
    tar vxfz all_the_debs.tar.gz
    or
    tar vxfj all_the_debs.tar .bz2
    install it
    Code:
    dpkg -i *

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •