Actual results: The current documentation states: dnf [options] repository-packages <repoid> install [<package-spec>...] Install all packages in the repository. Expected results: dnf [options] repository-packages <repoid> install [<package-spec>...] Install package from a specific repository. dnf [options] repository-packages <repoid> install Install all packages in the repository. Description of problem: Because of this lack of documentation, coming from zypper, I thought there was no equivalent option to zypper install/update/dup --from. This initially led me to believe the only way to simulate the same behavior was by using --disablerepo, which requires knowing the repository from which a given package would be taken from beforehand. Moreover, --disablerepo does not ensure that the package will be taken from the desired repository. Thus, if you have many repos, it's possible that you'll need to type several --disablerepo instances, making the command particularly long. dnf repository-packages <repoid> install <package> however does exactly the same and is safer and quicker than --enablerepo and --disablerepo overall. It should be made clearer in the dnf man pages. I'd also argue that this is a more common example than installing all packages from a specific repository, as the latter usually fails since repositories tend to have conflicting packages as well as dependencies from other repositories. From what I understand, it only works with small repositories.
I made a PR proposing a documentation fix: https://github.com/rpm-software-management/dnf/pull/1745 FWIW, I like the --repo option for this use case, it seems to be pretty much the equivalent of --from. :)
FEDORA-2021-a3a73697b8 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a3a73697b8
FEDORA-2021-a3a73697b8 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-a3a73697b8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a3a73697b8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-a3a73697b8 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.