LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   RPM Files Installation (https://www.linuxquestions.org/questions/linux-software-2/rpm-files-installation-249374/)

mukeshprasad_a 10-31-2004 04:13 AM

RPM Files Installation
 
how do i run rpm files and manage to install things on fedora core 2.The rpm files when clicked do nothing and when the command "rpm -ivh "is used ,most of the times failed dependencies are shown,how to i re-install these.

UsualTuxpect 10-31-2004 04:19 AM

You have to meet all the dependencies first to install the rpm successfully.

try googling for the dependencies, they will mostly be in some other rpm file,dowload and install all those rpm's first.

Yum [Synaptic] is good for installing software and dependency resolution. You should check it out..

mukeshprasad_a 10-31-2004 04:49 AM

yum
 
does yum come by default in core 2 if yes how do i access it if else how do i find it to use it

UsualTuxpect 10-31-2004 05:26 AM

I am not sure, coz I dont run FC2.

do -->#whereis yum

If you have it installed, It should come up.. with the above command.

stonecrest 10-31-2004 12:58 PM

Re: yum
 
Quote:

Originally posted by mukeshprasad_a
does yum come by default in core 2 if yes how do i access it if else how do i find it to use it
No it doesn't. You can get it here: http://linux.duke.edu/projects/yum/

And yes, yum is highly recommended! When you try to install a program that needs other dependencies, it will look for what other packages can provide them and prompt you to install them as well.

Useful commands for yum are:
yum list updates
yum install updates
yum install <program>
yum remove <program>

Do a "man yum" for more help.


All times are GMT -5. The time now is 05:00 PM.