You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNF 5 is a new package manager that will replace DNF 4 in Fedora 39+: Starting in Fedora 39, the dnf command will be provided by the dnf5 package rather than the dnf package, and dnf5 will obsolete dnf. Since Auter currently depends on DNF 4, Auter should choose one of the following strategies to avoid breaking the Fedora upgrade:
Change the auter package to depend on python3-dnf instead of dnf, and call the dnf-3 binary instead of dnf. The old DNF 4 command will still be available in the distribution, but only as dnf-3. The first option is preferred to this one; it is not recommended to modify installed software using both DNF 4 and DNF 5 on the same system.
DNF 5 is a new package manager that will replace DNF 4 in Fedora 39+: Starting in Fedora 39, the
dnfcommand will be provided by thednf5package rather than thednfpackage, anddnf5will obsoletednf. Since Auter currently depends on DNF 4, Auter should choose one of the following strategies to avoid breaking the Fedora upgrade:dnf5package in Fedora 39+ instead ofdnf. The command-line interface isn't changing a whole lot between DNF 4 and DNF 5, so in Auter's case, this option may not be too difficult. Builds of DNF 5 are available in this COPR repository: https://copr.fedorainfracloud.org/coprs/rpmsoftwaremanagement/dnf5-unstable, and documentation is available here: https://dnf5.readthedocs.io/en/latest/.python3-dnfinstead ofdnf, and call thednf-3binary instead ofdnf. The old DNF 4 command will still be available in the distribution, but only asdnf-3. The first option is preferred to this one; it is not recommended to modify installed software using both DNF 4 and DNF 5 on the same system.For more information about the switch to DNF 5, see https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5.