Even if these packages are installed, the DaVinci Resolve installer may fail to recognize them because it specifically checks for the "old" names. You can bypass this check by running the installer with a specific environment variable:
Below are the exact commands to resolve this error on the most popular Linux distributions. Even if these packages are installed, the DaVinci
sudo apt update sudo apt install libapr1t64 libaprutil1t64 libasound2t64 libglib2.0- Use code with caution. Copied to clipboard Copied to clipboard "Please install the missing packages
"Please install the missing packages before continuing: libapr1 , libaprutil1 , libasound2 , and libglib2.0-0 . Let me know once these are added so we can proceed." Even if these packages are installed
sudo apt update # Debian/Ubuntu sudo dnf check-update # Fedora sudo pacman -Sy # Arch
sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_Studio_19.0_Linux.run -i Use code with caution. Copied to clipboard Step 3: Fix Post-Installation Launch Issues
sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0