Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install Now
libapr-1.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libapr-1.so.0 libasound.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libasound.so.2 libglib-2.0.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 If you see them, the libraries are correctly installed. Case 1: The application still fails after installing the packages Problem: The software is looking for an exact filename like libglib200.so (with no dot), but your system has libglib-2.0.so.0 .
Note: This is a dirty hack. It works for old or poorly ported software but may break if the library ABI changes. If you run Ubuntu 14.04 or older, the package might be in the "universe" repository. Enable it: libapr-1
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libapr1:i386 libaprutil1:i386 libasound2:i386 libglib2.0-0:i386 These distributions use dnf (or yum on older releases). /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 If you see them