From a7be6efc003d700397c971eb830573c12e4f0636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Thu, 21 Jul 2022 07:53:26 +0000 Subject: [PATCH] List versions of a package. --- docs/Howtos/HowtoCentOS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Howtos/HowtoCentOS.md b/docs/Howtos/HowtoCentOS.md index 188a3b7..e1f06dc 100644 --- a/docs/Howtos/HowtoCentOS.md +++ b/docs/Howtos/HowtoCentOS.md @@ -1,5 +1,11 @@ # HowtoCentOS +List versions of a package. + +```console +# yum list --show-duplicates +``` + Upgrade from 8 to Stream. ```console