Dependency conflict with Intel Arc drivers (intel-level-zero-gpu)

Hello everyone,

I am having trouble activating hardware acceleration for AI workloads on my Zorin OS 18

My Setup:

  • CPU: Intel Core Ultra 9 185H (Meteor Lake architecture)
  • Integrated GPU: Intel Arc Graphics
  • Use case: Running local LLMs (via Ollama / llama.cpp and zed editor) using the Arc iGPU.

For these tools to utilize the Intel iGPU, the Intel Compute Runtime drivers—specifically the intel-level-zero-gpu package—are required. Since this package is not in the default Ubuntu/Zorin repositories

[https://repositories.intel.com/gpu/ubuntu](https://repositories.intel.com/gpu/ubuntu) noble client

However, when running the installation, apt fails with an unresolved dependency conflict:

The following packages have unmet dependencies:
 intel-level-zero-gpu : Depends: libigdgmm12 (>= 22.3.19) but 22.3.17+ds1-1ubuntu1 is to be installed
 intel-opencl-icd : Depends: libigdgmm12 (>= 22.5.2) but 22.3.17+ds1-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.

I didn't want to break the dependencies of the distro.

Does anyone know can help me with it?

Thank you :slight_smile: I appreciate it

Hi, the key item in your terminal info is broken or held packages.

Take a look here at how to resolve:

The Issue is that a Dependency are needed. But the One that is available doesn't have the right Version.

It wants libigdgmm12 in Version 22.3.19 or higher. But on Ubuntu is only Version 22.3.17+ds1-1ubuntu1 available.

Exactly :slight_smile:

Where do You have the Instructions to add the Repo:

Hello,

It's just from my research after this error. It's may not how to solve this issue.

https://community.intel.com/t5/Graphics/The-repository-https-repositories-intel-com-gpu-ubuntu-lts-2350/td-p/1610386?profile.language=en

In the Link is mentioned that the Repo itself doesn't work. Do You get any Errors that are shown there? Can You post the Output of sudo apt update && sudo apt upgrade please to check that?

But Your Output here shows an Issue with a Dependency what doesn't have the right Version Number.