Le 09/04/2024 à 13:46, Ralph Ronnquist via Dng a écrit : > On Tue, Apr 09, 2024 at 05:57:56AM -0400, Steve Litt wrote:
>> Hi all,
>>
>> I'm doing a little research on the xz problem, and want to use ldd to
>> find all dependent object files, direct and indirect. I found nothing
>> in the ldd man page telling me I can do this.
>>
>> Before I write a nasty Python program to parse and recurse ldd output,
>> does anybody know an equivalent of a recursive ldd?
>>
>> Also, is there an apt command that can show all dependencies, direct or
>> indirect, of a given command?
> "... ldd shows the entire dependency tree of the executable"
>
> Ralph.
I tried by curiosity the example given by the man page.