$ sudo dnf --downloadonly install firefox
No such command: --downloadonly. Please use /bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(--downloadonly)'"
$ sudo dnf install 'dnf-command(--downloadonly)'
Last metadata expiration check performed 0:10:22 ago on Thu Sep 24 00:08:02 2015.
No package dnf-command(--downloadonly) available.
Error: Unable to find a match.
The issue is that python-dnf should be replaced by python2-dnf. python2-dnf provides the python-dnf, yet dnf without --best refuses to replace the package.
I had to run it as dnf --enablerepo=updates-testing --best --allowerasing update dnf-plugins-core dnf hawkey to get the update. After that, I got some bugs fixed.
This update has been submitted for testing by mluscon.
This update has been pushed to testing.
I'm assuming that this is as broken as the F23/rawhide version.
Also: Error: package python-dnf-1.1.1-2.fc22.noarch requires dnf-conf = 1.1.1-2.fc22, but none of the providers can be installed
Having some problems with --downloadonly
$ sudo dnf --downloadonly install firefox No such command: --downloadonly. Please use /bin/dnf --help It could be a DNF plugin command, try: "dnf install 'dnf-command(--downloadonly)'"
$ sudo dnf install 'dnf-command(--downloadonly)' Last metadata expiration check performed 0:10:22 ago on Thu Sep 24 00:08:02 2015. No package dnf-command(--downloadonly) available. Error: Unable to find a match.
This update has been obsoleted.
Cannot update by broken dependencies.
The issue is that python-dnf should be replaced by python2-dnf. python2-dnf provides the python-dnf, yet dnf without --best refuses to replace the package.
Needs to be built with just built python package that fixes the python_provide macro to emit the proper obsoletes.
I had to run it as
dnf --enablerepo=updates-testing --best --allowerasing update dnf-plugins-core dnf hawkeyto get the update.I had to run it as
dnf --enablerepo=updates-testing --best --allowerasing update dnf-plugins-core dnf hawkeyto get the update. After that, I got some bugs fixed.