mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 08:43:23 +00:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# yum
|
|
|
|
> This command is an alias of `dnf` on modern distros.
|
|
> For older distros (e.g. CentOS 7), `yum` is a distinct program from `dnf`. Some subcommands and options may be different.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr dnf`
|