How To Install DaVinci Resolve 18 In Ubuntu, Linux Mint Or Debian (Generate DEB Package)

Davinci Resolve 17 Linux

DaVinci Resolve is a professional video editing software which includes tools for editing, visual effects, motion graphics, color correction and audio post-production. The non-studio version is free to use (but not free open source software) on Linux, Windows and Mac.

Starting with DaVinci Resolve 15, this cross-platform professional video editor supports native audio support on Linux.

Update: The script to create a DEB package to easily install DaVinci Resolve in Ubuntu, Linux Mint, elementary OS, Pop!_OS,  Debian, and so on, was updated to support the latest DaVinci Resolve 18. This article was initially about DaVinci Resolve 15/15.*. After some changes, the script should work with any DaVinci Resolve or DaVinci Resolve Studio version from 15 onwards (so including the latest 18).

On Linux, DaVinci Resolve officially supports CentOS only, and requires some tweaks to get it to work on other Linux distributions. Some guides out there mention using some quite ugly hacks to get the application to work on Ubuntu / Debian / Linux Mint / Pop!_OS, which modify system libraries. Furthermore, even on CentOS, the application can't be properly removed.

To avoid these hacks and make it easier to install on Debian-based Linux distributions, Daniel Tufvesson has created a script, called MakeResolveDeb, that generates a deb package which you can use to install or remove DaVinci Resolve 18 like any other deb package. Instead of messing with system libraries, this script creates symbolic links to the libraries required to run DaVinci Resolve, inside the application installation folder (/opt/resolve).

Obviously, it's not a good idea to run scripts found online, so you should check out the script code before running it!

Before trying to install the free professional video editing software DaVinci Resolve 18 in Debian, Ubuntu / Linux Mint / Pop!_OS, please read the following notes / known issues:

  • DaVinci Resolve 18 requires a recent, powerful Nvidia graphics card which supports CUDA 3.0; there are reports that AMD graphics may work now, but I can't try this myself as I don't have AMD graphics.
  • Proprietary Nvidia graphics drivers are required (a recent version - try to install the latest drivers if possible, especially when using the latest version of DaVinci Resolve)
  • h26x is not supported in the free version Linux version (here's a guide on how to transcode videos on Linux for use with DaVinci Resolve, using ffmpeg). That's not the case on Windows and Mac.
  • At least in Ubuntu, the application doesn't have any window borders. To move the DaVinci Resolve 18 window while it's not in full-screen, you'll need to hold the Alt (or Super) key and drag the window while holding the left mouse button. You can also move the window using Alt + F7 or resize the window using Alt + middle click.
  • The MakeResolveDeb script doesn't include the required dependencies in the generated deb package, that's why the first step below is to install missing dependencies.

Install professional video editing software DaVinci Resolve 18 in Ubuntu / Debian / Linux Mint / Pop!_OS


The instructions below for installing the powerful video post-production software DaVinci Resolve 18 were tested on Ubuntu 20.04 (on which Linux Mint 20.* is based on) and Ubuntu 20.10.

1. The first thing you'll need to do is install libssl1.0.0, ocl-icd-opencl-dev, xorriso and fakeroot (the first two packages are needed for running DaVinci Resolve and the last two package for generating the deb):

sudo apt install libssl1.1 ocl-icd-opencl-dev fakeroot xorriso

Update: I added the xorriso dependency, as some users pointed out that it's needed to generate the package.

2. Download the latest DaVinci Resolve 18 for Linux and extract it in your home folder (scroll down to the end of the page for the download button).

3. Download The MakeResolveDeb script and extract it in the same folder where you extracted DaVinci Resolve.

Make sure both the DaVinci Resolve and the MakeResolveDeb script (the extracted .sh files) are in the same folder (the DaVinci_Resolve run file and makeresolvedeb sh file should be in the same folder).

4. Run the MakeResolveDeb script to create the DaVinci Resolve 18 DEB package.

To generate the DEB package, you need to run the MakeResolveDeb script, followed by the DaVinci Resolve Linux run file that you've extracted from the DaVinci Resolve zip archive.

Assuming you've extracted DaVinci Resolve in your home folder and placed the MakeResolveDeb script in the same folder as DaVinci Resolve, you can create the deb by using these commands:

cd ~/DaVinci_Resolve*_Linux
./makeresolvedeb*.sh DaVinci_Resolve_*_Linux.run

The first command navigates to the DaVinci Resolve folder, and the second command runs the script that generates the deb package.

I used * in the commands because the version may change.

The script will start the DaVinci Resolve DEB package creation. Note that this may take a while, depending on your hardware.

5. Now you can install the DaVinci Resolve 18 DEB on Debian, Ubuntu, Linux Mint, Pop!_OS and other Debian/Ubuntu based Linux distributions using Ubuntu Software, Gdebi or the command line:

sudo dpkg -i davinci-resolve*_amd64.deb