If you try to install DaVinci Resolve 19 using the official installer in Ubuntu 24.04, it complains about missing dependencies. If you force the installation with SKIP_PACKAGE_CHECK=1
it installs but doesn't run.
What is the easiest way to get DaVinci Resolve 19 to install and work on Ubuntu 24.04?
I’ve created an Ansible script that fully automates the installation process on Ubuntu 24.04.
Here’s what the script does:
distrorun
) is needed./opt/
directory.To get DaVinci Resolve 19 working on Ubuntu 24.04, follow these steps:
Install Git and Make if they aren’t already installed:
Clone the repository:
Switch to the repository directory:
Check out the DaVinci Resolve branch (it’s disabled by default in the main script):
Run the installation:
This should fully automate the process and get DaVinci Resolve running on Ubuntu 24.04 without the need for manual package downgrades or containers. You can find the full script here:
https://github.com/leinardi/JDInstaller
DaVinci Resolve running on Ubuntu 24.04 on Intel hardware:
DaVinci Resolve running on Ubuntu 24.04 on AMD hardware: