LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   error resolving Missing Dependencies (https://www.linuxquestions.org/questions/linux-general-1/error-resolving-missing-dependencies-4175515664/)

kishan rauthan 08-21-2014 02:36 AM

error resolving Missing Dependencies
 
Missing Dependency: libXpm.so.4 is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)
Missing Dependency: libpcsclite.so.1 is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)
Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)

GaWdLy 08-21-2014 07:07 PM

The first step would be to refresh the cache/metadata for the repo:

~~~
# yum clean all
# rm -rf /var/cache/yum/*
~~~

And then try to re-run it.

You may have to manually depsolve, if you have installed packages from random repos (rpmforge, EPEL, etc.) that conflict with your official repo (not sure what distro you're on).

TB0ne 08-22-2014 09:34 AM

Quote:

Originally Posted by kishan rauthan (Post 5224558)
Missing Dependency: libXpm.so.4 is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)
Missing Dependency: libpcsclite.so.1 is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)
Missing Dependency: libc.so.6(GLIBC_2.7) is needed by package 2xclient-11.1-2092.i386 (/2xclient.i386)

And are we supposed to guess as to the problem? All you've posted is a few missing dependency lines...you have given us ZERO details about how to help you. Things like version/distro of Linux, what you're trying to install, from where, what you're typing in, and what other error(s)/message(s) you may be getting.

Unless you provide details and ask a clear question, there's not much we can help you with.


All times are GMT -5. The time now is 02:42 PM.