Libapr1 Libaprutil1 Libasound2 Libglib2.0-0 Libxcb-composite0 Libxcb-cursor0
: A shared library for ALSA (Advanced Linux Sound Architecture) applications, necessary for audio input and output.
In most cases, you can resolve these issues by running a single command in your terminal. Open your terminal and execute:
When installing professional software like on Linux distributions such as Ubuntu 24.04 or Linux Mint, users often encounter an error message regarding missing system packages: libapr1 libaprutil1 libasound2 libglib2.0-0 libxcb-composite0 libxcb-cursor0 . : A shared library for ALSA (Advanced Linux
sudo apt update sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0 libxcb-composite0 libxcb-cursor0 Use code with caution.
: These provide the Apache Portable Runtime (APR) libraries, which offer a predictable interface for platform-specific implementations (like file handling and network operations). sudo apt update sudo apt install libapr1 libaprutil1
The list of libraries you provided contains common dependencies required to run DaVinci Resolve on Linux distributions like Ubuntu or Linux Mint. Specifically, these libraries handle core system functions, audio, and graphics rendering. Reddit +3 Common Installation Command To install these dependencies on Debian-based systems, you can use the following command in your terminal: Reddit +1 bash sudo apt update && sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-
: Part of the Apache Portable Runtime , these provide a predictable interface to platform-specific implementations, handling things like memory allocation and file I/O. these libraries handle core system functions
If you have installed the modern equivalents but the installer still prompts for the old names, you can bypass the check by running the installer with a specific environment variable: sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_Studio_19.0_Linux.run -i . Summary of Solutions Missing Packages on Linux install - Blackmagic Forum
sudo apt update sudo apt install -y libapr1 libaprutil1 libasound2 libglib2.0-0 libxcb-composite0 libxcb-cursor0