Notes for how I update Davinci Resolve on Fedora Workstation
Notes for how I update Davinci Resolve on Fedora Workstation
Just putting this here as I keep forgetting it, and thought it might be useful to others.
Basically, download the install file, chmod it to execute.
SKIP_PACKAGE_CHECK=1 This prevents the error that stops it from installing
cd /opt/resolve/libs This changes directory to the Resolve Library folder
&& sudo mkdir disabled-libraries This makes a new folder called disabled-libraries
&& sudo mv libglib* libgio* libgmodule* disabled-libraries This moves the unneeded libraries to disabled-libraries. DR wont launch unless you move these libraries after update.
**USE AT OWN RISK**
SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_Studio_**.*_Linux.run
cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries