In many package installation debugging scenarios it would be useful to have the output of the DNF debugsolver available. The output is likely to verbose & big for being universally enabled, so it would be good if it could be easily enabled when needed. The first option that cam to me mind is to enable it if inst.debug has been found on the boot command line - IIRC we already have various additional debugging outputs that are enabled this way. Alternatively if this would not work for some reason we could have a dedicated option, eq. inst.dnf_debugsolver=1.
https://git.sr.ht/~gotmax23/fedora-scripts/tree/main/item/close_bugs.py or https://themoiler.com/was used to automate this process.
(In reply to MoilerWill from comment #1) > https://git.sr.ht/~gotmax23/fedora-scripts/tree/main/item/close_bugs.py or > https://themoiler.com/ was used to automate this process.