wiki:linux:install_davinci_resolve_linux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:linux:install_davinci_resolve_linux [2025/01/07 12:41] – removed - external edit (Unknown date) 127.0.0.1 | wiki:linux:install_davinci_resolve_linux [2025/01/07 13:10] (current) – Added clinfo install command for RHEL Greg | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How To Install DaVinci Resolve on Linux ====== | ||
+ | **Note:** You will need sudo/root privileges to install Resolve. | ||
+ | |||
+ | ===== Typical Install ===== | ||
+ | |||
+ | Download DaVinci Resolve (either studio or the free version), unzip the archive and double-click the .run file to launch the installer. | ||
+ | |||
+ | You will also need to make sure that clinfo is installed so that Resolve can see your OpenCL device. | ||
+ | |||
+ | For Debian/ | ||
+ | |||
+ | For RHEL/ | ||
+ | |||
+ | ===== Fixes for Debian 13+ and Ubuntu 24.04+ ===== | ||
+ | |||
+ | Blackmagic Studios has not updated the 18.x nor 19.x packages to properly support the latest Ubuntu and Debian versions, so there are a couple things you need to do differently. | ||
+ | |||
+ | ==== At Installation ==== | ||
+ | |||
+ | First, when you install it you need to use the `SKIP_PACKAGES_CHECK=1` variable to bypass the packages check (they should be installed already, their names just changed): | ||
+ | |||
+ | < | ||
+ | |||
+ | Then run through the installation prompts as normal. | ||
+ | |||
+ | ==== Library Fixes ==== | ||
+ | |||
+ | After installation, | ||
+ | |||
+ | < | ||
+ | |||
+ | Then you need to move some old libraries out of the way that are incompatible with newer Linux releases: | ||
+ | |||
+ | < | ||
+ | cd / | ||
+ | sudo mkdir not_used | ||
+ | sudo mv libgio* not_used | ||
+ | sudo mv libgmodule* not_used | ||
+ | </ | ||
+ | |||
+ | Now you can run resolve and have fun! |