[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: showing dependency trees
- From: Rajeesh K Nambiar <rajeeshknambiar gmail com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: showing dependency trees
- Date: Wed, 26 Aug 2009 19:19:05 +0530
2009/8/24 Björn Persson <bjorn 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 redhat com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
>
--
Cheers,
Rajeesh
http://rajeeshknambiar.wordpress.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]