sudo dnf install apr apr-util alsa-lib glib2
sudo apt update
Are you seeing any or "held packages" messages while trying to run these commands? sudo dnf install apr apr-util alsa-lib glib2 sudo
The Advanced Linux Sound Architecture (ALSA). Without this, your app has no "voice" and cannot output audio. sudo dnf install apr apr-util alsa-lib glib2 sudo
sudo apt-get update && sudo apt-get install -y libapr1 libaprutil1 libasound2 libglib2.0-0 sudo dnf install apr apr-util alsa-lib glib2 sudo