Hello all,
with the latest version of apt a topic has become acute here again, which I had long thought settled.
$ sudo apt -V upgrade
<List of packages to be upgraded>
E: /bin resolved to a different inode than /usr/binE: Unmerged usr is no longer supported, install usrmerge to continue.
N: See https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#a-merged-usr-is-now-required for more details
I remember that I had installed the package usrmerge at that time. I do not remember an error message.
When I install usrmerger again, I get this error message.
$ sudo apt -V install usrmerge
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:
dpkg-fsys-usrunmess : Conflicts: usrmerge
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
The
bug description of apt doesn't really help me either.