Can Davinci Resolve be installed on Manjaro? It doesn’t work via AUR. Until yesterday, there was a portable version available via Flatpak. However, it is no longer available today. Very strange.
I downloaded the .run file for Davinci myself with registration. However, I am unable to complete the installation successfully, despite AI assistance.
Does anyone have specific experience installing Davinci Resolve?
Wenn ich auf der AUR Webseite nachsehe die @Wollie verlinkt hat:
da ist das als “out of date” gekennzeichnet seit 4 Tagen.
OMG - once again I managed to write german in an english thread.
My excuse - I just communicated with the OP in a different thread in his native language.
Make that two threads …
IMPORTANT!
Since version 19.1.3-2 this package will not download automatically the source file from the upstream site.
To build this package you will need to manually download the file from Support Center | Blackmagic Design and place it in the same directory with the PKGBUILD.
==> Erstelle Paket: davinci-resolve 20.2.2-1 (So 09 Nov 2025 18:17:10 CET)
==> Prüfe Laufzeit-Abhängigkeiten…
==> Prüfe Buildtime-Abhängigkeiten…
==> Empfange Quellen…
→ Lade DaVinci_Resolve_20.2.2_Linux.zip herunter…
curl: (3) URL rejected: Bad file:// URL
==> FEHLER: Fehler beim Download von file://DaVinci_Resolve_20.2.2_Linux.zip
Breche ab…
I have downloaded the zip file directly from davinci. So I have it on my local desktop. In the zip file there is a file DaVinci_Resolve_20.2.3_Linux.run and an instruction
for the Free version:
cd ~/Downloads/
unzip ./DaVinci_Resolve_20.2.3_Linux.zip
chmod +x ./DaVinci_Resolve_20.2.3_Linux.run
sudo ./DaVinci_Resolve_20.2.3_Linux.run -i
With
sudo ./DaVinci_Resolve_20.2.3_Linux.run -i ✔ 49s
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
egrep: warning: egrep is obsolescent; using grep -E
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
This will install DaVinci Resolve on this computer
Do you wish to continue? (y/n):
What would you recommend for the next steps? Or just wait until the AUR is up to date?
Mod edit:- General tidy of pre-formatted text. No charge.
The PKGBUILD itself references a different version
20.2.2 instead of 20.2.3 that you have.
You’ll likely also have to update the checksums in the PKGBUILD.
I did look at the PKGBUILD on the AUR website … thus the difference.
I’d need to do it myself to make sure and verify my advice was correct.
I’ll not reiterate here how to use makepkg …
Also, the program file is a couple of GB in size - too much to just download for fun.
It is not necessary if you use the PKGBUILD @nikgnomic linked to.
You also do not need to unpack anything yourself, specially not the downloaded DaVinci_Resolve program - you just need to put it in the same directory the PKGBUILD and the other two files:
davinci-control-panels-setup.sh
and davinci-resolve.install
The thing is that the AUR is currently — actually, for quite a while already — suffering a DDoS attack, which makes it difficult (but not impossible) to install anything from there.
Since version 19.1.3-2 installing the AUR package out of the box no longer works.
Instead clone the package and download the latest Linux version of your preferred installation from BlackMagic’s support website.
Place the zip file in the cloned repo, beside the other files like PKGBUILD and note down the version (such as 20.0.1) at the end of the file.
Also note down the output of running sha256sum on the downloaded zip.
Now edit the PKGBUILD: Change the pkgver to your version and change the first sha256sum, leaving the other unchanged, to yours.
Execute makepkg -i and you’re ready to go.