List versions of a package.

This commit is contained in:
Benoît S 2022-07-21 07:53:26 +00:00
parent b8e2dcdc18
commit a7be6efc00
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# HowtoCentOS
List versions of a package.
```console
# yum list <package> --show-duplicates
```
Upgrade from 8 to Stream.
```console