How does one do this? Also, is it possible an rpm installed by rpm and not yum does not indicate what it provides to yum when yum queries needed dependencies for another package? Thanks! jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080330/18ba2e89/attachment-0001.html>
On Sun, Mar 30, 2008 at 10:31 AM, Joseph L. Casale <jcasale at activenetwerx.com> wrote:> > > How does one do this? > > Also, is it possible an rpm installed by rpm and not yum does not indicate > what it provides to yum when yum queries needed dependencies for another > package? > > Thanks! > jlcNot sure what you are aiming to do, but you can find all non-CentOS packages by the command on this wiki: http://wiki.centos.org/TipsAndTricks/YumAndRPM#head-0424f619b79e293fc743a39795b9805f1f73d249 Akemi
Joseph L. Casale wrote:> How does one do this? > > Also, is it possible an rpm installed by rpm and not yum does not > indicate what it provides to yum when yum queries needed dependencies > for another package? > > Thanks! > jlc > >While you have gotten an answer that works - I believe there is a cleaner way. I don't remember the exact command - and it may require the installation of a utilities package - but if you remove the 3rd party repositories from your yum configuration, there is a command that will identify and remove orphaned packages - packages which do not exist in any of the yum repositories yum is configured to use. Anyone recall what that command is?