在 Redhat Linux 上安装 Mercurial
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4684279/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Installing Mercurial on Redhat Linux
提问by smuggledPancakes
Will Mercurial work on Redhat Linux? I tried, yum install mercurial, with no success. I tried downloading a tar ball from Mercurial site but it failed when I tried to install. Does Mercurial work at all on Redhat?
Mercurial 可以在 Redhat Linux 上运行吗?我试过,yum install mercurial,没有成功。我尝试从 Mercurial 站点下载一个焦油球,但是当我尝试安装时它失败了。Mercurial 在 Redhat 上能用吗?
采纳答案by Matt Joiner
回答by Vadim Kotov
Mercurial project provides RPM packagesstarting from version 3.4.
回答by Laxmikant
On Rhel 7.2 i performed below command and it worked like charm :)
在 Rhel 7.2 上,我执行了下面的命令,它的工作方式很像魅力 :)
sudo rpm -ivh https://www.mercurial-scm.org/release/centos7/RPMS/x86_64/mercurial-3.4-0.x86_64.rpm