diff --git a/admin/linux/fedora_dnf/README.md b/admin/linux/fedora_dnf/README.md index 50b7a9a..2d1625e 100644 --- a/admin/linux/fedora_dnf/README.md +++ b/admin/linux/fedora_dnf/README.md @@ -84,13 +84,13 @@ dnf -y remove --duplicates Now we can finalize the repair with: ```shell -yum -y update --best --allowerasing --skip-broken +dnf -y update --best --allowerasing --skip-broken ``` or ```shell -yum -y --enablerepo=* update --best --allowerasing --skip-broken +dnf -y --enablerepo=* update --best --allowerasing --skip-broken ``` Depending on if you want to include other non-default repos from your repo-list.