Installing qt6-base-private-dev on a clean 22.04 wants to remove systemd
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qt6-base (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Repro:
1/ Install a 22.04 desktop image
2/ sudo apt-get update
3/ sudo apt-get install qt6-base-
```
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 resolve the situation:
The following packages have unmet dependencies:
udev : Breaks: systemd (< 249.11-0ubuntu3.6)
Breaks: systemd:i386 (< 249.11-0ubuntu3.6)
E: Error, pkgProblemResol
```
affects: | launchpad → qt6-base (Ubuntu) |
Before installing qt6-base- private- dev you have to run
sudo apt upgrade
to update the version of systemd to a version higher than the one initially provided on the 22.04 desktop image.