ldd
What is ldd?
ldd
is a command-line tool that is used
to print all the shared libraries required by an program or shared library
(This is used for already compiled code, so for example a binary executeable in /bin/*
)
How to use ldd?
Last updated
Was this helpful?