Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install __top__
If you are running this on a Debian or Ubuntu-based system, use this command:
| Distribution | Command to Install Packages | | :--- | :--- | | | sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0 | | Ubuntu (24.04+) | sudo apt install libapr1t64 libaprutil1t64 libasound2t64 libglib2.0-0t64 | | Fedora | sudo dnf install apr apr-util alsa-lib glib2 | | Arch Linux | sudo pacman -S apr apr-util alsa-lib glib2 | | openSUSE | sudo zypper install libapr1 libapr-util1 alsa-lib glib2-devel |
sudo apt update
You should see ii at the beginning of each line (installed). If you are running this on a Debian
If you have installed the packages but your software installer (like the DaVinci Resolve .run file) still claims they are missing, you can bypass the check by running the installer with a specific environment variable: sudo SKIP_PACKAGE_CHECK=1 ./your_installer_name.run Use code with caution. Copied to clipboard Summary of Package Roles : Apache Portable Runtime library. libaprutil1 : Apache Portable Runtime Utility library.
Check that the version number is not outdated (e.g., libapr1 v1.7 vs required v1.8).
[Your Name]
This error happens because of dependencies. A dependency is a file that a program needs to run. If your system is missing these files, the program will stop and show an error. How to Fix the Error
sudo yum install apr apr-util alsa-lib glib2
Even after installing the libraries, the DaVinci Resolve installer might still claim they are missing because it is hard-coded to look for the exact old names. You can force the installer to run by setting a "skip" flag in your terminal: Open your terminal in the folder where the installer is located. libaprutil1 : Apache Portable Runtime Utility library
To fix this issue, you must use your distribution's package manager ( apt ) to download and install the missing libraries from the official repositories. Follow these step-by-step instructions: Step 1: Open Your Terminal
sudo pacman -S lib32-apr lib32-apr-util lib32-alsa-lib lib32-glib2
Note: You will be prompted to enter your administrator (sudo) password. No characters will show on the screen while you type; this is a standard Linux security feature. Just type your password and hit Enter. Step 3: Install the Missing Libraries A dependency is a file that a program needs to run
Use the following command:
Red Hat-based distributions have different package names.
