View previous topic :: View next topic |
Author |
Message |
ritzmax72 Tux's lil' helper
Joined: 10 Aug 2014 Posts: 114
|
Posted: Thu Nov 07, 2024 5:03 am Post subject: equery g "package" not definitive |
|
|
The command would show dependencies of ffmpeg but I was expecting it to output
only those dependencies which are installed, like how does. What other command would show only
currently installed dependencies? Right now, I would do ldd, and reverse search the package but that is bit overkill. |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 359
|
Posted: Thu Nov 07, 2024 6:26 am Post subject: |
|
|
There's qdepends. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2395
|
Posted: Thu Nov 07, 2024 7:26 am Post subject: |
|
|
Equery never reported on those in any of the queries it supports. You need to check further.
Unfortunately qdepends outputs everything on one line which is inconvenient, but I think it takes into account what's installed and what not.
Best Regards,
Georgi |
|
Back to top |
|
|
|