error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory code example

Example 1: libgthread-2.0.so.0: cannot open shared object file: No such file or directory

sudo apt-get update
sudo apt-get install libglib2.0-0

Example 2: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory"

sudo apt-get install libaio1 libaio-dev

Example 3: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

sudo apt-get install libasound2

Tags:

Misc Example