Below you will find pages that utilize the taxonomy term “libraries”
June 9, 2016
Shared libraries in linux
Programs on a system need to use libraries of code. It makes sense to share those libraries because several programs might utilize the same library. That way it doesn’t require as much RAM and disk space to run 10 programs that it would if they didn’t share libraries.
ldd The above command allows me to find out what libraries that a particular program depends on. Such as:
$ ldd /bin/ls linux-vdso.