On Mon, Jan 11, 2010 at 5:49 PM, Karanbir Singh mail-lists@karan.org wrote:
On 01/11/2010 03:17 PM, Rudi Ahlers wrote:
Nope, there's a newer kernel installed already. I need this particular older one for one of the XEN domU's on this server, and don't want to downgrade the running kernel and reboot the server
man yum,
look at the --showduplicates option. you can then use the output to have yum with specific versions eg:
yum install <pkg>-<version>
-- Karanbir Singh
Thanx, this is exactly what I needed :) And now I learned something new as well