The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install: Please Install

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:

sudo apt install libglib2.0-0 # This is the same package If the app is 32-bit, you need the i386 versions: Note: This is a dirty hack

sudo pacman -Syu sudo pacman -S apr apr-util alsa-lib glib2 After installation, verify that the libraries are present and accessible. Use the ldconfig command: Note: This is a dirty hack

sudo apt update sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0 (no dot or dash), try: Note: This is a dirty hack