soDateien
soDateien is a term that refers to dynamically linked libraries on Linux and other Unix-like operating systems. The .so file extension stands for "shared object". These files contain code and data that can be used by multiple programs simultaneously. This sharing of code reduces the memory footprint and disk space required, as common functions don't need to be duplicated in every executable.
When a program needs to use functions from a soDatei, the operating system's dynamic linker/loader is responsible
The location of soDateien is managed by the system's library search path. This path is usually defined
Shared objects are a fundamental part of the Linux ecosystem, enabling modularity and efficiency in software