Comment 0 for bug 2054100

Revision history for this message
Marcos Alano (mhalano) wrote : Can't upgrade keyboard-configuration on Noble

I'm testing Noble using multipass and I got this error when I try to upgrade the system:
ubuntu@ubuntu2404:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Error!
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:
 keyboard-configuration : Depends: xkb-data (< 2.38A) but 2.41-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

I think because in the package "Depends" section the configuration is in this way:
Depends: debconf (>= 0.5) | debconf-2.0, liblocale-gettext-perl, xkb-data (>= 2.38~), xkb-data (<< 2.38A)

So I think it should be a "|"(pipe) instead of "," (comma) when refering to xkb-data.