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.