This error is — it’s actually helpful. The program is doing dependency checking correctly. Installing those 4 packages will resolve it in 99% of cases.
Run ldd <program-binary> to see exactly which .so file is missing. Then use apt-file search <missing.so> to find the correct package. This error is — it’s actually helpful
sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0 This error is — it’s actually helpful
sudo apt install libapr1:i386 libaprutil1:i386 libasound2:i386 libglib2.0-0:i386 This error is — it’s actually helpful
Before we fix it, here is a quick breakdown of what your system is missing:
If you encounter any issues during installation, try: