

How can I force yum to install this specific version of Open JDK 1.7 yum -showduplicates list java-1.7.0-openjdk-devel Is this due to hyphens in the package name? I'm trying to install 1:1.7.0.65-2.5.1.2.el6_5 version of OpenJDK by following this stackexchange answer, but I'm not able to specify the exact version number like yum install java-1.7.0-openjdk-devel-1:1.7.0.65-2.5.1.2.el6_5
