ldd 0.1/1.0.57 (binary only)⚓︎
- Homepage: https://uclibc-ng.org/
- Changelog: https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/log/utils/ldd.c
- Repository: https://github.com/wbx-github/uclibc-ng
- Package: master/make/pkgs/ldd/
- Steward: -
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.