Skip to main content
Question

SDK install error

  • September 12, 2025
  • 2 replies
  • 44 views

Hello.
I installed the SDK on Ubuntu 22.04, but
it stopped with the following error:

[172/194] Install libgstreamer-plugins-bad1.0-dev
[172/194] E: Error, pkgProblemResolver::Resolve stopped. This is probably due to a non-modifiable package.
ERROR: Failed to install libgstreamer-plugins-bad1.0-dev

I would appreciate any advice.

2 replies

Spanner
Axelera Team
Forum|alt.badge.img+2
  • Axelera Team
  • September 12, 2025

Hi ​@kmiura, welcome to the Axelera community!

Hmm, it sounds like the installer is failing. Maybe a quick reset on things would kick it into action?

sudo apt update
sudo apt --fix-broken install
sudo apt install -f

And maybe installing the problematic package manually?

sudo apt install libgstreamer-plugins-bad1.0-dev

Let me know if you have any luck, and maybe a few more details on your host system and OS if not 👍


  • Author
  • Cadet
  • September 14, 2025

Hello
Thank you for your comment.
I was able to install it by first running 'sudo apt install libgstreamer-plugins-bad1.0-dev'.