We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On Ubuntu 24, the step:
for a in $(apt-forktracer |awk '{print $1}' |sort); do apt reinstall $a/bookworm -uy --allow-downgrades;done
downgrades the base-files package, which results in a total system break.
Activity