SYSTEM TOOL
Libtree
Version: 3.0.1 Web: https://github.com/ haampie/libtree
Sometimes we need to have a deeper knowledge of executables and shared libraries in Linux to better understand how various programs work. Linux distributions make heavy use of shared objects, which normally reside under /usr/lib64 on an average x86_64 system. Here you can find plenty of *.so files, which people often call ‘libraries’ for brevity. Together with binary executables under /usr/bin, those shared *.so files have numerous inner dependencies or links between each other.