LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to clear missing dependency error at the time of installing packages using yum (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-clear-missing-dependency-error-at-the-time-of-installing-packages-using-yum-832753/)

karthickk02 09-17-2010 01:56 AM

How to clear missing dependency error at the time of installing packages using yum
 
While i'm installing few rpm packages using yum i got missing dependency error. So how can i clear that error and how install successfullly.

AlucardZero 09-17-2010 06:51 AM

Install the dependencies too.

linuxlover.chaitanya 09-17-2010 07:00 AM

You could use --skip-broken to install package skipping the dependencies. This could cause issues though and you should use it with care. Else install those manually.
Where are you getting the error though? What package causes the issue?

prayag_pjs 09-17-2010 07:08 AM

Hi,

Along with above solutions mentioned by other members, you can list the dependencies using


Code:

yum deplist packagename
and then install


All times are GMT -5. The time now is 01:21 AM.