Comment 3 for bug 1983042

Revision history for this message
Alexander Browne (elcste) wrote :

I'm not the bug creator, but I marked it as affecting me because when I update normally with `sudo apt update; sudo apt upgrade` I get the message

The following packages have been kept back:
  gstreamer1.0-vaapi

If I try to update it manually, it fails with the dependency problem:

$ sudo apt install gstreamer1.0-vaapi
[...]
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

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.

$ sudo apt install libgstreamer-plugins-bad1.0-0
[...]
libgstreamer-plugins-bad1.0-0 is already the newest version (1.20.1-1ubuntu2).

$ apt -a list libgstreamer-plugins-bad1.0-0
Listing... Done
libgstreamer-plugins-bad1.0-0/jammy-updates 1.20.3-0ubuntu1 amd64
libgstreamer-plugins-bad1.0-0/jammy,now 1.20.1-1ubuntu2 amd64 [installed]

I got it to work then with

$ sudo apt install libgstreamer-plugins-bad1.0-0=1.20.3-0ubuntu1
$ sudo apt upgrade

Is this a phased updates thing?