Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install ((full))
On Red Hat-based systems, the naming conventions are different. You will need to install the corresponding packages:
GLib is a fundamental, low-level C library that forms the core of the GNOME desktop environment and many other applications. It provides data structure handling (like trees, hashes, lists), portability wrappers, and runtime functionality for countless Linux programs. It is almost certainly the most critical package in this list, acting as a core building block for the entire system.
Newer versions of Ubuntu (24.04 and later) and Linux Mint have renamed these libraries to include "t64" to handle 64-bit time values.
sudo yum install epel-release sudo yum install apr apr-util alsa-lib glib2 On Red Hat-based systems, the naming conventions are
If you have verified the packages are installed but the .run installer still fails, you can force it to skip the dependency check:
If you are on a much newer operating system, libglib2.0-0 might have been replaced by a version like libglib2.0-0t64 . If so, install that specific package instead. 2. Multi-Arch (32-bit vs 64-bit) Conflicts
sudo apt install -y libapr1:i386 libaprutil1:i386 libasound2:i386 libglib2.0-0:i386 Use code with caution. Verifying the Installation It is almost certainly the most critical package
sudo pacman -S apr apr-util alsa-lib glib2
In many cases, installing the missing packages and using SKIP_PACKAGE_CHECK=1 allows the installer to complete. However, you might encounter other issues when launching the application, particularly with DaVinci Resolve. These problems often occur because the application bundles its own older versions of libraries that conflict with your system's newer ones.
sudo dnf install apr.i686 apr-util.i686 alsa-lib.i686 glib2.i686 If so, install that specific package instead
With all of the core runtime infrastructure components deployed to your system, return to your original installer or application file. Execute your software launch command again: ./your-application-binary Use code with caution.
sudo dpkg --add-architecture i386 sudo apt update sudo apt install libapr1:i386 libaprutil1:i386 libasound2:i386 libglib2.0-0:i386 Use code with caution.
After running these commands, the application should launch successfully.
: sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_Studio_19.0_Linux.run -i Common Post-Installation Fixes Missing Packages on Linux install - Blackmagic Forum
If the standard installation does not fix your installer error, enable 32-bit architecture and install the :i386 variants of the libraries: