Replace 'yum list' with 'dnf list' (#3550)

This commit is contained in:
Kamal Gill 2017-06-13 11:46:52 -07:00 committed by Misty Stanley-Jones
parent c5a3fa511f
commit af911f3bdb
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ the repository.
example uses the `sort -r` command to sort the results by version number,
highest to lowest, and is truncated.
> **Note**: This `yum list` command only shows binary packages. To show
> **Note**: This `dnf list` command only shows binary packages. To show
> source packages as well, omit the `.x86_64` from the package name.
```bash