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 ...
- 07-20-2009 #1Just 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
- 07-20-2009 #2
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.
- 07-20-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 9
Thanks.
I tried this:
# rpm -i kde4-koffice-2.0.1-1.src.rpm
- 07-20-2009 #4
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 LuckI 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.
- 07-20-2009 #5
Yes follow MikeTobb's suggestion.
In case if you get permission errors then use
and then try rpm -i command.chmod o+x kde4-koffice-2.0.1-1.rpm- 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
-------------------


Reply With Quote