It seems that
some systems have a symlinks like this
/bin -> usr/bin /lib -> usr/lib /sbin -> usr/sbinSome systems have single file-symlinks of executables in these directories like this:
/bin/some_exe -> usr/bin/some_exe(this is what
usrmergeseems to accomplish as well)And some systems have some symlinks and some executables (including duplicates).
Questions
- Which state is the one that's meant to be?
- How do I get into the state that's meant to be from the other states?
usrmergefailure; I don't know what the 'default state' should look like, to suggest a course of action. – sarnold Dec 08 '21 at 03:27usrmergefor anything other than testing and filing bugs on Debian (not Ubuntu) packages...usually done in a container or VM and wiped instead of repaired. Perhaps that could be clarified in the question. – user535733 Dec 08 '21 at 03:41usrmergemodern glossy method creates serious problems for debugging withdpkg -Sandldd. So on my systems I prevent its installation by installing 18.04 LTS and then upgrading it. See https://askubuntu.com/a/1358790/66509 for details. – N0rbert Dec 08 '21 at 08:14