[issue300] recursive dependancies

Nick Brown at Labix Tracker tracker at labix.org
Wed Apr 11 04:54:26 PDT 2007


New submission from Nick Brown <nickbroon at blueyonder.co.uk>:

> How do I query the complete set of dependancies for a package?
>
> I can easily get the direct dependacies;
> smart query --show-requires --show-providedby <packagename>
>
> but I also want the recursive dependancies of the dependancies.
> I can achive this using Mandriva's tools;
> urpmq -d <packagename>
>
> How do I achive something similar using smart?

It's quite easy to do that with code, but I don't think we're
exposing that feature through the UI in any way right now.  Would
be an interesting feature to add in the near term.

Hmm.. you could try to use export relations to prolog with
"smart query --format=prolog --show-all" and then do the query
with prolog, but that's for the brave. ;-)

----------
messages: 1133
nosy: nickbrown
priority: feature
project: smart
status: unread
title: recursive dependancies

_______________________________________
Labix issue tracker <tracker at labix.org>
<http://tracker.labix.org/issue300>
_______________________________________



More information about the Smart mailing list