Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install (PREMIUM • 2024)

RHEL, CentOS (7/8), Rocky Linux, AlmaLinux, and Fedora use yum (older) or dnf (newer). Package names differ slightly:

Run this command on the binary that is failing (replace ./problematic-app with the actual executable):

Open your terminal in the folder containing your .run installer.

Even after installing these, the DaVinci Resolve installer sometimes fails to "see" them because it looks for exact older versions. You can bypass this check by running the installer with a special flag: RHEL, CentOS (7/8), Rocky Linux, AlmaLinux, and Fedora

sudo apt install libapr1-dev libaprutil1-dev libglib2.0-dev libasound2-dev Use code with caution. Copied to clipboard

sudo pacman -S lib32-apr lib32-apr-util lib32-alsa-lib lib32-glib2

sudo zypper install apr apr-util alsa glib2-devel You can bypass this check by running the

Newer versions of Ubuntu (24.04 and later) and Linux Mint have renamed these libraries to include "t64" to handle 64-bit time values.

If the application you are trying to install is an older 32-bit application running on a 64-bit Linux system, it will require the 32-bit versions of these libraries.

Chromebooks run a containerized Debian environment. Follow the Ubuntu/Debian instructions above. However, note that audio support ( libasound2 ) may require additional Chrome OS permissions. Ensure your Linux container has audio enabled in Chrome OS Settings > Developers > Linux development environment > Manage shared audio. Chromebooks run a containerized Debian environment

sudo pacman -S apr apr-util alsa glib

: An extension of the Apache Portable Runtime library that provides additional utility functions, such as database access and encryption.

sudo dpkg --add-architecture i386 sudo apt update sudo apt install libapr1:i386 libaprutil1:i386 libasound2:i386 libglib2.0-0:i386