Listing all available package versions with yum

Posted on Wed 13 June 2012 in misc

Sometime I needs to install an older flavour of a package.  You can list these with yum and install a specific version, e.g.

yum --showduplicates list mod_ssl
yum install mod_ssl-2.2.3-53.el5

yum