in reply to Re^4: Capture::Tiny getting stuck on ldd /proc/self/fd/1
in thread Capture::Tiny getting stuck on ldd /proc/self/fd/1
But this command does not give me all the packages I need.
That's because you are not querying their dependencies. Run rpm -q --requires $pkg on the packages found. This will give you the packages they depend on. Add those packages, query their dependencies, repeat and you should end up with the complete set. No need for ldd.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Capture::Tiny getting stuck on ldd /proc/self/fd/1
by ovedpo15 (Pilgrim) on Jun 22, 2021 at 15:40 UTC | |
by shmem (Chancellor) on Jun 22, 2021 at 15:57 UTC | |
by ovedpo15 (Pilgrim) on Jun 22, 2021 at 17:28 UTC |