Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install [2021]

If your terminal says it can't find one of the packages, it’s likely that your package lists are outdated or you are on a 64-bit system trying to run a 32-bit application.

If the program installs but won't open, it is likely due to library conflicts within Resolve's own folders. A common fix is to move out conflicting libraries so the system uses your native ones: Navigate to the library folder: cd /opt/resolve/libs Create a backup folder: sudo mkdir disabled-libraries Move the conflicting GLib libraries: sudo mv libglib-2.0.so* disabled-libraries/ sudo mv libgio-2.0.so* disabled-libraries/ sudo mv libgmodule-2.0.so* disabled-libraries/ Summary of Package Names Missing Package Modern/Alternative Name (if needed) libapr1t64 libaprutil1 libaprutil1t64 libasound2 libasound2t64 libglib2.0-0 libglib2.0-0t64 Missing Packages on Linux install - Blackmagic Forum

sudo apt-get update && sudo apt-get install libapr1 libaprutil1 libasound2

The application requires these helper libraries to manage system memory, handle audio output, and render graphical user interface elements. Resolving this issue requires installing the missing dependencies using your Linux distribution's package manager. Understanding the Missing Packages If your terminal says it can't find one

.so* /opt/resolve/libs/disabled-libraries/ sudo mv /opt/resolve/libs/libgio-

You can install the missing packages using the following command:

Use the following commands:

Note: If you are on an older version of Linux, try the original names provided by Ubuntu Documentation

sudo apt-get update sudo apt-get install libapr1 libaprutil1 libasound2 libglib2.0

You should see a list of the packages prefixed with ii , which indicates they are successfully installed. Troubleshooting Common Related Errors Troubleshooting Common Errors Package Not Found Error sudo

Arch Linux users can resolve these dependencies by fetching the corresponding packages from the official repositories: sudo pacman -Syu apr apr-util alsa-lib glib2 Use code with caution. Troubleshooting Common Errors Package Not Found Error

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

The "Package libglib2.0-0 Has No Installation Candidate" Error Without this library

These distributions use dnf (or yum on older releases).

The is the default sound framework on most Linux distributions. The libasound2 package provides the library interface for programs to interact with your sound card, enabling audio input and output. Without this library, many applications would have no way to produce sound.