How to Install or Update DaVinci Resolve Studio on Arch Linux (the easy way) In this video I walk through installing and updating DaVinci Resolve Studio on Arch Linux using the AUR. We’ll cover: Downloading the installer ZIP from Blackmagic Copying it into the correct yay cache folder Updating the PKGBUILD version if needed Fixing the checksum mismatch Building & running Resolve the Arch way Commands: Install the AUR package (first time only) yay -S davinci-resolve-studio Go to the build folder cd ~/.cache/yay/davinci-resolve-studio Copy your downloaded ZIP here (adjust version number as needed) cp ~/Downloads/DaVinci_Resolve_Studio_20.2.1_Linux.zip . Generate new checksum if needed sha256sum DaVinci_Resolve_Studio_20.2.1_Linux.zip Edit PKGBUILD to update pkgver and checksum nano PKGBUILD Build & install makepkg -si Run Resolve resolve