Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnf5-group: add page #14958

Merged
merged 14 commits into from
Nov 26, 2024
24 changes: 24 additions & 0 deletions pages/linux/dnf-group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# dnf group

> Manage virtual collections of packages on Fedora-based systems.
> More information: <https://manned.org/man/dnf-group>.
sohang3112 marked this conversation as resolved.
Show resolved Hide resolved
- 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 change: 1 addition & 0 deletions pages/linux/dnf.md
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down
8 changes: 8 additions & 0 deletions pages/linux/dnf5-group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# dnf5 group

> This command is an alias of `dnf group`.
sohang3112 marked this conversation as resolved.
Show resolved Hide resolved
> 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`