display recursive dependancies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Smart Package Manager |
New
|
Wishlist
|
Unassigned |
Bug Description
Imported: http://
Reason: Review Issue
further details: https:/
msg1133 (view) Author: nickbrown Date: 2007-04-11.11:54:25
> 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. ;-)
Changed in smart: | |
importance: | Undecided → Wishlist |
Actually this is the equivalent of echo n | smart upgrade or echo n | smart install <pkg>. I guess this would be useful in the query command.