mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 21:54:29 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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>.
|
||||
|
||||
|
||||
29
tldr/linux/dnf-group
Normal file
29
tldr/linux/dnf-group
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
13
tldr/linux/dnf5-group
Normal file
13
tldr/linux/dnf5-group
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Shell builtin for viewing information about processes spawned by the current shell.
|
||||
> Options other than `-l` and `-p` are exclusive to `bash`.
|
||||
> More information: <https://manned.org/jobs>.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-jobs>.
|
||||
|
||||
- View jobs spawned by the current shell:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user