showing dependency trees

Rajeesh K Nambiar rajeeshknambiar at gmail.com
Wed Aug 26 13:49:05 UTC 2009


2009/8/24 Björn Persson <bjorn at xn--rombobjrn-67a.se>:
> Rahul Sundaram wrote:
>> A quick way to actually check for such dependencies is to switch to
>> another desktop environment, say Xfce, remove all the KDE packages and
>> install one of the KDE apps.
>
> That's not all that quick. There ought to be a tool for this. Given a package
> name it should print the dependency tree for that package. It could have an
> option to suppress packages in the base set. Couldn't Yum be taught to answer
> that kind of queries?

I'm not sure this is exactly what you want, but I was using this in my .bashrc:

function dependencylist
{
    yum groupinfo Base | grep -v Packages | sed 1,12d | awk '{print
$1}' > BaseList; yum deplist "$*" | grep provider | awk '{if("grep -q
$2 BaseList") print $2}' | sort | uniq
}


>
> Björn Persson
>
>
> --
> fedora-devel-list mailing list
> fedora-devel-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
>



-- 
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com




More information about the fedora-devel-list mailing list