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:
Sohang Chopra
2024-11-26 14:00:42 +05:30
committed by GitHub
parent 2facdb1a18
commit 7b66eb9b4a
3 changed files with 33 additions and 0 deletions

24
pages/linux/dnf-group.md Normal file
View 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}}`

View File

@@ -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>.

View 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`