this post was submitted on 08 Dec 2023
441 points (93.0% liked)

linuxmemes

20723 readers
1345 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 35 points 9 months ago* (last edited 9 months ago) (1 children)

Name em?

find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;

[โ€“] [email protected] 13 points 9 months ago

It solves the problem but you get several megabytes of output, better pipe that into a file and do some filtering and finish with sort -u