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 groups of related DNF packages on Fedora-based systems.
sohang3112 marked this conversation as resolved.
Show resolved Hide resolved
> 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 {{groupname}}`

- Install DNF group:

`dnf group install {{groupname}}`

- Remove DNF group:

`dnf group remove {{groupname}}`

- Upgrade DNF group:

`dnf group upgrade{{groupname}}`
sohang3112 marked this conversation as resolved.
Show resolved Hide resolved
sohang3112 marked this conversation as resolved.
Show resolved Hide resolved
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`, `config-manager`, etc. 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