Proposed command sudo dnf update --refresh will upgrade all packages in the system (see https://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label). I think this behavior is wrong, if you want to force synchronization with reposity servers you should add --refresh option to dnf install call.
Same comment is applicable to all RedHat documentation pages.
Proposed command
sudo dnf update --refresh
will upgrade all packages in the system (see https://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label). I think this behavior is wrong, if you want to force synchronization with reposity servers you should add--refresh
option todnf install
call.Same comment is applicable to all RedHat documentation pages.