I am getting this error when I tried to update my system (Ubuntu 22.04) and getting this error message
The following packages have been kept back: gstreamer1.0-vaapi 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
I have tried some solutions suggested on the internet like installing the package manually and i got this message:
sudo apt-get install gstreamer1.0-vaapi
The following packages have unmet dependencies: gstreamer1.0-vaapi : Depends: libgstreamer-plugins-bad1.0-0 (>= 1.20.3) but 1.20.1-1ubuntu2 is to be installed E: Unable to correct problems, you have held broken packages.
and "libgstreamer-plugins-bad1.0-0" also already installed.
I have also tried commands like sudo apt-get dist-upgrade
but I am getting the same error.
I'm on Ubuntu 22.04 with a Nvidia GPU.
[Edit]:
Guys, this is not a duplicate of https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages
I have tried the suggestions from there but I am still having this issue. Thank You.
gstreamer1.0-vaapi | 1.20.1-1 | jammy/universe | amd64, arm64, armhf, ppc64el, riscv64, s390x
which has a fix currently in -proposed but your messages don't include such detail, thus we're limited in how we can look up details for you. Your message does showlibgstreamer-plugins-bad1.0-0 | 1.20.3-0ubuntu1 | jammy-proposed/universe | amd64, arm64, armhf, i386, ppc64el, riscv64, s390x
where the satisfy requirement is in -proposed ... – guiverc Jul 28 '22 at 11:12