dnf5-group: add page (#14958)
* dnf group: add page * Update pages/linux/dnf-group.md Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> * Update pages/linux/dnf-group.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/dnf-group.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * rename dnf-group to dnf5-group * added alias "dnf group" for "dnf5 group" * invert alias: now dnf5 group is alias of dnf group instead of other way around * Update pages/linux/dnf5-group.md Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> * Update pages/linux/dnf.md Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
24
pages/linux/dnf-group.md
Normal file
24
pages/linux/dnf-group.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# dnf group
|
||||
|
||||
> Manage virtual collections of packages on Fedora-based systems.
|
||||
> More information: <https://manned.org/man/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}}`
|
@@ -1,6 +1,7 @@
|
||||
# dnf
|
||||
|
||||
> Package management utility for RHEL, Fedora, and CentOS (replaces yum).
|
||||
> Some subcommands such as `group` and `config-manager` have their own usage documentation.
|
||||
> For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
|
||||
> More information: <https://dnf.readthedocs.io>.
|
||||
|
||||
|
8
pages/linux/dnf5-group.md
Normal file
8
pages/linux/dnf5-group.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# dnf5 group
|
||||
|
||||
> This command is an alias of `dnf group`.
|
||||
> Note: from Fedora 37 to 40 (inclusive), `dnf` runs DNF v4 while `dnf5` runs DNF v5.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr dnf group`
|
Reference in New Issue
Block a user