mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 09:57:12 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,24 +6,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# dnf group
|
||||
|
||||
> Manage virtual collections of packages on Fedora-based systems.
|
||||
> More information: <https://manned.org/dnf-group>.
|
||||
> More information: <https://dnf.readthedocs.io/en/latest/command_ref.html#group-command>.
|
||||
|
||||
- List DNF groups, showing installed and uninstalled status in a table:
|
||||
|
||||
`dnf group list`
|
||||
`dnf {{[grp|group]}} list`
|
||||
|
||||
- Show DNF group info, including repository and optional packages:
|
||||
|
||||
`dnf group info {{group_name}}`
|
||||
`dnf {{[grp|group]}} info {{group_name}}`
|
||||
|
||||
- Install DNF group:
|
||||
|
||||
`dnf group install {{group_name}}`
|
||||
`dnf {{[grp|group]}} install {{group_name}}`
|
||||
|
||||
- Remove DNF group:
|
||||
|
||||
`dnf group remove {{group_name}}`
|
||||
`dnf {{[grp|group]}} remove {{group_name}}`
|
||||
|
||||
- Upgrade DNF group:
|
||||
|
||||
`dnf group upgrade {{group_name}}`
|
||||
`dnf {{[grp|group]}} upgrade {{group_name}}`
|
||||
|
||||
Reference in New Issue
Block a user