Files
cheatsheet-tldr/tldr/linux/yum
2025-08-27 00:19:48 +00:00

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`