Friday 17 June 2011

Linux : Yum - installing a specific version

To get all versions of a package in a repo
* yum search --showduplicates  mercurial
* Then install with full name
yum install mercurial-1.7.2-1.el5.rf.x86_6

0 comments: