HOME BLOG

Archive for the ‘Redhat’ Category

How to list all available verisons of a package on Redhat Linux

Posted on: June 18th, 2023 by Olu No Comments

Hi folks,

In this post I give a small tip on how to list all available versions of a package on Redhat Linux.

Command

yum --showduplicates list available <package-name>

E.g.

yum --showduplicates list available kernel-devel

That’s all for now. Till next time, happy software development.