tech

Install Davinci Resolve on Linux

Installing DaVinci Resolve may show the following error: Error: Missing or outdated system packages detected. Please install the following missing packages: libapr1 libaprutil1 libasound2 libglib2.0-0 Even if these are installed. For Ubuntu 24.04 or later, libasound2 needs to be replaced with libasound2t64. First make sure the packages are installed, and then run the installer with the env variable SKIP_PACKAGE_CHECK=1 set; so: SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.1.2_Linux.run Of course replace the file with whatever version you have running. [Read More]