Howto | DaVinci installation up to F40

Hello.
I’m writing this post because I had some problems with the existing “libcurl-minimal” package.

This command installs dependencies and swap “libcurl-minimal” with “libcurl”
sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --best --allowerasing

Start the installation by skipping the library check:
SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_*.run

After installation succesfully, disable some libraries to optimize compatibility as follows:

cd /opt/resolve/libs
sudo mkdir disabled-libraries
sudo mv libglib* disabled-libraries
sudo mv libgio* disabled-libraries
sudo mv libgmodule* disabled-libraries

Sorry if I repeat passages already mentioned, but I tried to summarize the steps in a single message.

1 Like