Install of 18.1 ResolveStudio (Linux)

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

LarsCarlin

  • Posts: 2
  • Joined: Mon Oct 10, 2022 3:20 am
  • Real Name: Larry Carlin

Install of 18.1 ResolveStudio (Linux)

PostFri Nov 11, 2022 4:53 am

Trying to install 18.1 in Linux Mint Cinnamon (18.0.4 running fine, so 18.1 is an upgrade) and I get this error on starting the script:

Missing or outdated system packages detected.

Please install the following missing packages:
libapr1 libaprutil1 libxcb-cursor0


But I have all the packages and the latest versions! Not sure where to turn.
I have the USB Dongle for the Studio version
latest i7 processor, 64 GB memory

======================
UPDATE *** SOLVED ***
======================
Looked over the replies and I think I see the error. I ran the Synaptic Package Manager and if the little box is NOT shaded, the package is NOT installed! Click on the box and install each missing package and Davinci Resolve 18.1 installs fine.

The most robust approach is outlined by Peter Urbanic running the terminal command:
Code: Select all
dpkg-query -l 'libapr*' 'libxcb-cursor*'
You can then use apt install to install the missing packages.

If you want a GUI solution, run Synaptic Package Manager. In reference to Dean Du's post, I checked my Ubuntu 20.04 and installed manually the Synaptic Package Manager and it works the same as in Linux Mint 21. He can use that to check that the packages are installed. Search for each package, Click on it and choose Mark for installation.

I am going to write up these notes and append them to BlackMagic's Linux Installation Instructions.
Last edited by LarsCarlin on Fri Nov 11, 2022 5:38 pm, edited 1 time in total.
Offline

Dean Du

  • Posts: 18
  • Joined: Wed Aug 01, 2018 12:14 pm
  • Real Name: Dean Du

Re: Install of 18.1 ResolveStudio (Linux)

PostFri Nov 11, 2022 10:15 am

Ubuntu 20.04 has the same problem
Offline

Lucius Snow

  • Posts: 732
  • Joined: Sun Nov 24, 2013 1:19 pm

Re: Install of 18.1 ResolveStudio (Linux)

PostFri Nov 11, 2022 11:16 am

Same here. I installed the librairies manually, and then it could be installed.
Offline

peteru

Blackmagic Design

  • Posts: 19
  • Joined: Wed Mar 09, 2022 1:55 am
  • Location: Sydney
  • Real Name: Peter Urbanec

Re: Install of 18.1 ResolveStudio (Linux)

PostFri Nov 11, 2022 12:39 pm

Can you please run the following command on the Ubuntu 20.04 system?
Code: Select all
dpkg-query -l 'libapr*' 'libxcb-cursor*'

If the required packages are properly installed, it should return something similar to this:
Code: Select all
dpkg-query -l 'libapr*' 'libxcb-cursor*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                 Version        Architecture Description
+++-====================-==============-============-===========================================
ii  libapr1:amd64        1.6.5-1ubuntu1 amd64        Apache Portable Runtime Library
un  libapr1.0            <none>         <none>       (no description available)
ii  libaprutil1:amd64    1.6.1-4ubuntu2 amd64        Apache Portable Runtime Utility Library
ii  libxcb-cursor0:amd64 0.1.1-4ubuntu1 amd64        utility libraries for X C Binding -- cursor

The ii in the first column indicates that the package is installed.

To install the required packages, you can run the Resolve installer and it will list the missing packages. You can copy that list and use it to install the missing packages using a package manager such as apt, yum or zypper. For example, on Ubuntu 20.04:
Code: Select all
 sudo apt install libapr1 libaprutil1 libxcb-cursor0
Offline

Gordonjcp

  • Posts: 172
  • Joined: Thu Apr 14, 2022 11:27 am
  • Real Name: Gordon JC Pearce

Re: Install of 18.1 ResolveStudio (Linux)

PostFri Nov 11, 2022 3:55 pm

If you've got an NVidia card you can save a lot of bother by running it in Docker:

https://github.com/fat-tire/resolve
Offline

islandroots

  • Posts: 2
  • Joined: Tue Dec 20, 2022 4:52 pm
  • Real Name: Eric Muis

Re: Install of 18.1 ResolveStudio (Linux)

PostTue Dec 20, 2022 4:59 pm

I used  sudo apt install libapr1 libaprutil1 libxcb-cursor0

to solve the problem but now i must install the following missing packages: libxcb-damage0

Pls advice
Offline

islandroots

  • Posts: 2
  • Joined: Tue Dec 20, 2022 4:52 pm
  • Real Name: Eric Muis

Re: Install of 18.1 ResolveStudio (Linux)

PostTue Dec 20, 2022 5:16 pm

SLOVED
my previous post.... answer



Update the package index:

# sudo apt-get update

Install libxcb-damage0-dev deb package:

# sudo apt-get install libxcb-damage0-dev

Return to DaVinci Resolve

Who is online

Users browsing this forum: Bing [Bot], FredStork, KrunoSmithy, Nick2021, RCModelReviews, Ru Cook, Spektra13 and 314 guests