(Ctrl+Alt+T).
Ensure you have the latest versions of these libraries installed via the terminal: (Ctrl+Alt+T)
If your terminal says it cannot find one of the packages (for example, libglib2.0-0 ), it might be due to a slight naming variation in newer versions of Ubuntu or Debian. If the command above fails for libasound2 ,
flatpak install flathub org.freedesktop.Platform.Compat.i386 flatpak install flathub org.freedesktop.Platform.GL.default Make the file executable: chmod +x DaVinci_Resolve_19
| Distribution | Command to Install Packages | | :--- | :--- | | | sudo apt install libapr1 libaprutil1 libasound2 libglib2.0-0 | | Ubuntu (24.04+) | sudo apt install libapr1t64 libaprutil1t64 libasound2t64 libglib2.0-0t64 | | Fedora | sudo dnf install apr apr-util alsa-lib glib2 | | Arch Linux | sudo pacman -S apr apr-util alsa-lib glib2 | | openSUSE | sudo zypper install libapr1 libapr-util1 alsa-lib glib2-devel |
: The package libasound2 has been replaced by libasound2t64 . If the command above fails for libasound2 , ensure you use the t64 suffix.
old names. You can force the installer to skip this check using an environment variable: Open your terminal in the folder where the installer is located. Make the file executable: chmod +x DaVinci_Resolve_19.0_Linux.run Run the installer with the skip flag: sudo SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run Why is this happening?