dnf groupupdate is a deprecated alias for dnf group update

man dnf
[…]
   Group Command
       Command: group
       Aliases: grp
       Deprecated aliases: groups, grouplist, groupinstall, groupupdate, groupremove, grouperase, groupinfo
[…]
This commit is contained in:
vater 2021-04-18 21:10:20 +00:00 committed by pbokoc
parent 444ac7d1d7
commit eebb54b307

View file

@ -15,5 +15,5 @@ This procedure describes how to install the Appstream data provided by the RPM F
[subs=+quotes]
----
$ sudo dnf groupupdate core
$ sudo dnf group update core
----