Missing Packages on Linux install

DaVinci Resolve 19 Public Beta Discussion
  • Author
  • Message
Offline

WalkThisWorld

  • Posts: 1
  • Joined: Wed Apr 24, 2024 4:31 pm
  • Real Name: Alexander Nelson

Missing Packages on Linux install

PostWed Apr 24, 2024 4:49 pm

When installing DR PB19 on Linux with newly installed and updated Ubuntu 22.04.4 I receive the following message:

sudo ./DaVinci_Resolve_19.0b1_Linux.run -i

Error: Missing or outdated system packages detected.

Please install the following missing packages:
libapr1 libaprutil1 libxcb-composite0 libxcb-cursor0
libxcb-xinerama0 libxcb-xinput0 ocl-icd-libopencl1
Offline
User avatar

Dwaine Maggart

Blackmagic Design

  • Posts: 11424
  • Joined: Wed Aug 22, 2012 2:53 pm

Re: Missing Packages on Linux install

PostWed Apr 24, 2024 9:25 pm

I don't think that's a Resolve 19 specific issue. I think you'd see the same with an initial 18.6.6 install. Just install the listed packages in a terminal window with:

sudo apt install package_name
Dwaine Maggart
Blackmagic Design DaVinci Support
Offline

PhatLe

  • Posts: 5
  • Joined: Wed Apr 10, 2024 12:43 pm
  • Real Name: Marko Jokinen

Re: Missing Packages on Linux install

PostFri May 03, 2024 9:10 am

tryed to install DaVinci Resolve on Ubuntu 24.04 and i got stuck on missing packages and even i installed the packages Ubuntu changes the backages to use t64 at end and getting same issue all the time. not sure what pre installation depencies need to be downloaded i remember on ubuntu 22.04 was atleast gcc12, gcc12-c++, mesa-dev and some others. DaVinci needs also to have FUSE installed to run the installer, but when i install FUSE my ubuntu removes Gnome Settings and nautilus and only way to fix this is re install those or just install libfuse2, but yeah seems like there is many other distro users having this same issue after latest distro updates package issues to run DaVinci
Offline

r1ckm4n

  • Posts: 1
  • Joined: Wed May 08, 2024 4:35 am
  • Real Name: Rick Conlee

Re: Missing Packages on Linux install

PostWed May 08, 2024 4:48 am

I am having the same issue on Ubuntu 24.04 with Resolve 19.0b2 and Resolve 18.6.6 - When I try to run the installer I get an error about missing packages.

For 19, it is telling me that I am missing:
Code: Select all
libapr1 libaprutil1 libasound2 libglib2.0-0 libxcb-cursor0


For 18.6.6 I am missing:
Code: Select all
libapr1 libaprutil1 libasound2 libglib2.0-0

This is a fresh install. Previously i was using Ubuntu 22.04 and I didn't have any issues.
Code: Select all
rick@0LTRM10:~/Downloads/DaVinci_Resolve_18.6.6_Linux$ sudo apt install libglib2.0-0
[sudo] password for rick:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libglib2.0-0t64' instead of 'libglib2.0-0'
[b]libglib2.0-0t64 is already the newest version (2.80.0-6ubuntu1).[/b]
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


I get the following when I try to install libasound2:

Code: Select all
rick@0LTRM10:~/Downloads/DaVinci_Resolve_18.6.6_Linux$ sudo apt install libasound2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libasound2 is a virtual package provided by:
  liboss4-salsa-asound2 4.2-build2020-1ubuntu3
  libasound2t64 1.2.11-1build2 (= 1.2.11-1build2)
You should explicitly select one to install.

E: Package 'libasound2' has no installation candidate



libaprutil1 tells me that I am already running the newest version:
Code: Select all
rick@0LTRM10:~/Downloads/DaVinci_Resolve_18.6.6_Linux$ sudo apt install libaprutil1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libaprutil1t64' instead of 'libaprutil1'
libaprutil1t64 is already the newest version (1.6.3-1.1ubuntu7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



And lastly libapr1, same as previous:
Code: Select all
rick@0LTRM10:~/Downloads/DaVinci_Resolve_18.6.6_Linux$ sudo apt install libapr1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libapr1t64' instead of 'libapr1'
libapr1t64 is already the newest version (1.7.2-3.1build2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



Is this just an issue with 24.04LTS? Is there a workaround? I've been furiously googling which ultimately brought me here.
Offline

cdarbro

  • Posts: 2
  • Joined: Tue Nov 20, 2012 4:32 pm

Re: Missing Packages on Linux install

PostWed May 08, 2024 7:23 am

+1, can confirm I'm having the same issues on a fresh Ubuntu Studio 24.04 LTS install. Upon running the Resolve installer, it says:

Please install the following missing packages:
libapr1 libaprutil1 libasound2 libglib2.0-0

trying to install libapr1 for example, gives:

Code: Select all
Note, selecting 'libapr1t64' instead of 'libapr1'


and installs that as the only option, similar things (replacing it with an equivalent named 't64' on the end) happen with the others.
Offline

josys36

  • Posts: 1
  • Joined: Thu May 09, 2024 4:01 am
  • Real Name: Jason Olson

Re: Missing Packages on Linux install

PostThu May 09, 2024 4:02 am

Yep same problem on Kubuntu 24.04. Of course that just's Ubuntu with KDE Plasma, but I just did a fresh install and am getting the same errors posted above.
Offline

pkwest

  • Posts: 98
  • Joined: Thu May 04, 2023 3:20 pm
  • Real Name: Paul Westerbeck

Re: Missing Packages on Linux install

PostThu May 09, 2024 12:26 pm

Yes this is a resolve 19 only issue. We built a new Lenovo amd thread ripper computer with 2 rtx5000 Ada video cards and using the blackmagic distribution of rocky 8.6. Resolve 18.6 installed without issue but resolve 19 public beta 2 would not. He had to manually install packages. Although other systems running rocky 8.6, resolve 19 installs just fine. Dwaine, Let us know if you want us to do any troubleshooting.
Dwaine Maggart wrote:I don't think that's a Resolve 19 specific issue. I think you'd see the same with an initial 18.6.6 install. Just install the listed packages in a terminal window with:

sudo apt install package_name
Offline
User avatar

Dwaine Maggart

Blackmagic Design

  • Posts: 11424
  • Joined: Wed Aug 22, 2012 2:53 pm

Re: Missing Packages on Linux install

PostFri May 10, 2024 6:19 pm

I've not seen that issue on my Rocky 8.6 build.

And it's very confusing why only 1 of your (apparently) multiple systems would have done that.

At any rate, did installing the missing packages on that specific system work?
Dwaine Maggart
Blackmagic Design DaVinci Support
Offline

pkwest

  • Posts: 98
  • Joined: Thu May 04, 2023 3:20 pm
  • Real Name: Paul Westerbeck

Re: Missing Packages on Linux install

PostFri May 10, 2024 8:41 pm

Dwaine Maggart wrote:I've not seen that issue on my Rocky 8.6 build.

And it's very confusing why only 1 of your (apparently) multiple systems would have done that.

At any rate, did installing the missing packages on that specific system work?


Yes it did work after installing the missing packages. We have only installed 19 on three linux systems, two worked fine one had the issue.
Offline

akanamay

  • Posts: 1
  • Joined: Fri May 17, 2024 2:27 am
  • Real Name: Cristiano Castro

Re: Missing Packages on Linux install

PostFri May 17, 2024 2:37 am

I get this error:
Please install the following missing packages:
libapr1 libaprutil1 libasound2 libglib2.0-0
libxcb-composite0 libxcb-cursor0 libxcb-xinerama0
libxcb-xinput0
I think about using this, but I don't know where to put it:
Use SKIP_PACKAGE_CHECK=1 to bypass the system package check.
Offline

MarkJelic

  • Posts: 1
  • Joined: Fri May 17, 2024 3:27 pm
  • Real Name: Mark Jelic

Re: Missing Packages on Linux install

PostFri May 17, 2024 3:47 pm

I get this error as well Installing 18.6 on a fresh install of MINT, although needing slightly different packages. Followed instructions above to install those packages and then installed fine.

However, I think the hardware I'm using, an Intel NUC, might not be up to the specs required. I get this error when starting it up. Was hoping I could set a Setting that stops it from thinking I have any sort of GPU.
Screenshot from 2024-05-18 01-40-54.png
Screenshot from 2024-05-18 01-40-54.png (21.18 KiB) Viewed 117 times

Return to DaVinci Resolve 19 Public Beta

Who is online

Users browsing this forum: No registered users and 6 guests