2024-11-26 14:00:42 +05:30
|
|
|
# dnf group
|
|
|
|
|
|
|
|
> Manage virtual collections of packages on Fedora-based systems.
|
2025-07-04 18:27:35 +03:00
|
|
|
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html#group-command>.
|
2024-11-26 14:00:42 +05:30
|
|
|
|
|
|
|
- List DNF groups, showing installed and uninstalled status in a table:
|
|
|
|
|
2025-07-04 18:27:35 +03:00
|
|
|
`dnf {{[grp|group]}} list`
|
2024-11-26 14:00:42 +05:30
|
|
|
|
|
|
|
- Show DNF group info, including repository and optional packages:
|
|
|
|
|
2025-07-04 18:27:35 +03:00
|
|
|
`dnf {{[grp|group]}} info {{group_name}}`
|
2024-11-26 14:00:42 +05:30
|
|
|
|
|
|
|
- Install DNF group:
|
|
|
|
|
2025-07-04 18:27:35 +03:00
|
|
|
`dnf {{[grp|group]}} install {{group_name}}`
|
2024-11-26 14:00:42 +05:30
|
|
|
|
|
|
|
- Remove DNF group:
|
|
|
|
|
2025-07-04 18:27:35 +03:00
|
|
|
`dnf {{[grp|group]}} remove {{group_name}}`
|
2024-11-26 14:00:42 +05:30
|
|
|
|
|
|
|
- Upgrade DNF group:
|
|
|
|
|
2025-07-04 18:27:35 +03:00
|
|
|
`dnf {{[grp|group]}} upgrade {{group_name}}`
|