Find the answer to your Linux question:
Results 1 to 5 of 5
Hi All, I am the newbie to Redhat Linux (also newbie to all the open source). I am trying to install the *.rpm package to my system, however, i am ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    9

    cannot install *.rpm package

    Hi All,

    I am the newbie to Redhat Linux (also newbie to all the open source). I am trying to install the *.rpm package to my system, however, i am never be able to get this done. So i doubt if i must do any configuration in my system before i am allowed to install the *.rpm package.

    could you please advise??

    Thanks you very much for your time and all the guidiance you may give me.

    Best Regard,
    sanlen

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Tell us which command or method you used and the full name of the software to be installed.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    9
    Thanks.

    I tried this:

    # rpm -i kde4-koffice-2.0.1-1.src.rpm

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Do you realize that you are trying to install the sourcecode and not the actual program binary that runs on command. If you install only the sourcecode then you will still need to "configure, make, make install.
    Anytime you see an RMP file with these letters, "src.rpm" that means it's sourcecode.
    Is there a reason you want to install Koffice this way? Why don't you use the system repos to install it for you, this way all of the depends will get installed automagically.
    If you seriously want to install from RPM then you might want to look for kde4-koffice-2.0.1-1.rpm or kde4-koffice-2.0.1-1.i386.rpm. Good Luck
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Yes follow MikeTobb's suggestion.

    In case if you get permission errors then use

    chmod o+x kde4-koffice-2.0.1-1.rpm
    and then try rpm -i command.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

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