Submitted by responsiveny on Thu, 04/10/2014 - 12:09
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
Submitted by andreychek on Thu, 04/10/2014 - 12:34 Comment #1
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
Submitted by responsiveny on Thu, 04/10/2014 - 12:39 Comment #2
[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]#
Submitted by responsiveny on Thu, 04/10/2014 - 15:34 Comment #3
is there a way to try to yum install it from another mirror?
Submitted by responsiveny on Thu, 04/10/2014 - 15:54 Comment #4
I finally got it installed by
# sudo yum install python-setuptools python-devel gcc -y
# sudo easy_install Mercurial
close ticket pls.