Skip to content

ldd 0.1/1.0.57 (binary only)⚓︎

ldd stands for List Dynamic Dependencies. It is a small
console tool that can determine whether a binary depends on other
binaries, usually dynamic
libraries
,
and if so, which ones.

As the description suggests, ldd is usually used by developers, while
"normal users" rarely need it, if at all.