1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 02:55:32 +02:00
tldr/pages/linux/dnf-group.md

25 lines
495 B
Markdown
Raw Normal View History

# dnf group
> Manage virtual collections of packages on Fedora-based systems.
2025-03-27 22:02:12 +02:00
> More information: <https://manned.org/dnf-group>.
- List DNF groups, showing installed and uninstalled status in a table:
`dnf group list`
- Show DNF group info, including repository and optional packages:
`dnf group info {{group_name}}`
- Install DNF group:
`dnf group install {{group_name}}`
- Remove DNF group:
`dnf group remove {{group_name}}`
- Upgrade DNF group:
`dnf group upgrade {{group_name}}`