Closed qiank128 closed 7 years ago
can we use linux command "ldd appname"(such as : "ldd nginx") for getting app dependencies?
yes, ldd can show you static linked dependencies. the second part is configuration and data. the third part is external dependencies, e.g database, ssh-server or git
can we use linux command "ldd appname"(such as : "ldd nginx") for getting app dependencies?