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).
sudo add-apt-repository universe sudo apt update sudo apt install libapr1 Some installers check for dependencies before installing. If the installer itself fails, install the dependencies first, then re-run the installer in a terminal to see hidden errors:
sudo dnf install apr apr-util alsa-lib glib2 For 32-bit support on 64-bit: