Skip to main content

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.

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 👍


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


Reply