mirror of https://github.com/docker/docs.git
Replace 'yum list' with 'dnf list' (#3550)
This commit is contained in:
parent
c5a3fa511f
commit
af911f3bdb
|
@ -136,7 +136,7 @@ the repository.
|
||||||
example uses the `sort -r` command to sort the results by version number,
|
example uses the `sort -r` command to sort the results by version number,
|
||||||
highest to lowest, and is truncated.
|
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.
|
> source packages as well, omit the `.x86_64` from the package name.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue