2022-05-08 15:02:05 |
Himadri Sekhar Basu |
description |
I just upgraded my ubuntu from 21.10 to 22.04. Post upgrade and reboot, when I ran `apt update && apt upgrade` from terminal, I got some packages have been kept back. Upon further investigation I found the following errors:
himadri@himadri:~$ apt list --upgradable
Listing... Done
libinput-bin/jammy-updates,jammy-security 1.20.0-1ubuntu0.1 amd64 [upgradable from: 1.18.1-1ubuntu0.1]
libinput10/jammy-updates,jammy-security 1.20.0-1ubuntu0.1 amd64 [upgradable from: 1.18.1-1ubuntu0.1]
libwacom-common/jammy,jammy 2.2.0-1 all [upgradable from: 1.8-2ubuntu2]
xserver-xorg-input-libinput/jammy 1.2.1-1 amd64 [upgradable from: 1.1.0-1]
himadri@himadri:~$ sudo apt install xserver-xorg-input-libinput
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
himadri@himadri:~$ sudo apt install libinput10
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
himadri@himadri:~$ sudo apt install libinput-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. |
I just upgraded my ubuntu from 21.10 to 22.04. Post upgrade and reboot, when I ran `apt update && apt upgrade` from terminal, I got some packages have been kept back. Upon further investigation I found the following errors:
himadri@himadri:~$ apt list --upgradable
Listing... Done
libinput-bin/jammy-updates,jammy-security 1.20.0-1ubuntu0.1 amd64 [upgradable from: 1.18.1-1ubuntu0.1]
libinput10/jammy-updates,jammy-security 1.20.0-1ubuntu0.1 amd64 [upgradable from: 1.18.1-1ubuntu0.1]
libwacom-common/jammy,jammy 2.2.0-1 all [upgradable from: 1.8-2ubuntu2]
xserver-xorg-input-libinput/jammy 1.2.1-1 amd64 [upgradable from: 1.1.0-1]
himadri@himadri:~$ sudo apt install xserver-xorg-input-libinput
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
himadri@himadri:~$ sudo apt install libinput10
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
himadri@himadri:~$ sudo apt install libinput-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
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:
libwacom2 : Depends: libwacom-common (= 1.8-2ubuntu2) but 2.2.0-1 is to be installed
Recommends: libwacom-bin (= 1.8-2ubuntu2)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. |
|