cannot yum install mercurial

on VM Pro 4.06 Pro


[root@blahblah]# yum install mercurial
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.einstein.yu.edu
* extras: mirror.trouble-free.net
* updates: centos.mirror.nac.net
Setting up Install Process
No package mercurial available.
Nothing to do
[root@blahblah]#

However, on another VM host (GPL) it was able to install fine.

Status: 
Active

Comments

Howdy -- hmm, that's odd, as I can actually see it in the mirror that you're using.

I'm curious what happens if you try to manually install it using RPM.

You can do that with this command, if you're using a 64bit distro:

rpm -ivh http://mirrors.einstein.yu.edu/centos/6.5/os/x86_64/Packages/mercurial-1.4-3.el6.x86_64.rpm

and this command if you're using a 32bit distro:

rpm -ivh http://mirrors.einstein.yu.edu/centos/6.5/os/i386/Packages/mercurial-1.4-3.el6.i686.rpm

[root@blahblah]# rpm -ivh http://mirrors.einstein.yu.edu/centos/6.5/os/x86_64/Packages/mercurial-1.4-3.el6.x86_64.rpm  Retrieving http://mirrors.einstein.yu.edu/centos/6.5/os/x86_64/Packages/mercurial-1.4-3.el6.x86_64.rpm
warning: /var/tmp/rpm-xfer.xVsTxH: Header V3 RSA/SHA256 signature: NOKEY, key ID c105b9de
error: Failed dependencies:
        libpython2.6.so.1.0()(64bit) is needed by mercurial-1.4-3.el6.x86_64
        python(abi) = 2.6 is needed by mercurial-1.4-3.el6.x86_64
        rpmlib(FileDigests) <= 4.6.0-1 is needed by mercurial-1.4-3.el6.x86_64
        rpmlib(PayloadIsXz) <= 5.2-1 is needed by mercurial-1.4-3.el6.x86_64
[root@blahblah]#

is there a way to try to yum install it from another mirror?

I finally got it installed by

# sudo yum install python-setuptools python-devel gcc -y
# sudo easy_install Mercurial

close ticket pls.