+1 for the "stop this madness, clean reinstall time camp", fwiw. That said...
If you read the dnf5 man page, you'll see that the individual subcommands have been broken out...
[root@94a0d274cbcb /]# man dnf5
COMMANDS
Here is the list of the available commands. For more details see the separate man page for the specific command, f.e. man dnf5 install.
Here is the list of the available commands. For more details see the separate man page for the specific command, f.e. man dnf5 install.
Then read the dnf5 upgrade man page:
[root@94a0d274cbcb /]# man dnf5 upgrade
NAME
dnf5-upgrade - Upgrade Command
SYNOPSIS
dnf5 upgrade [options] [<package-spec>|@<group-spec>|@<environment-spec>...]
dnf5-upgrade - Upgrade Command
SYNOPSIS
dnf5 upgrade [options] [<package-spec>|@<group-spec>|@<environment-spec>...]
OPTIONS
--allowerasing
Allow erasing of installed packages to resolve any potential dependency problems.
--allowerasing
Allow erasing of installed packages to resolve any potential dependency problems.
Putting 2+2 together, this seems like it's just a change to the way dnf parses the command and then the command's options.
Unknown argument "--allowerasing" for command "dnf5". Add "--help" for more information about the arguments.
[root@94a0d274cbcb /]# dnf5 upgrade --allowerasing
Updating and loading repositories:Repositories loaded.
Nothing to do.
On Fri, 25 Oct 2024 at 11:57, ToddAndMargo via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
Hi All,
From my working fc41 VM:
# cat /etc/redhat-release
Fedora release 41 (Forty One)
# dnf --allowerasing upgrade
Unknown argument "--allowerasing" for command "dnf5". Add "--help" for
more information about the arguments.
What replaces --allowerasing?
-T
--
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
-- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue