在 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 02:28:29  来源:igfitidea点击:

Installing Mercurial on Redhat Linux

linuxmercurialinstallredhat

提问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

Here's instructions for obtaining RPM packages for Linux systems.

下面是获取 Linux 系统 RPM 包的说明。

Hereis a discussion describing many methods for obtaining Mercurial in Red Hat.

是一个讨论,描述了在 Red Hat 中获取 Mercurial 的许多方法。

回答by Vadim Kotov

Mercurial project provides RPM packagesstarting from version 3.4.

Mercurial 项目提供了从 3.4 版本开始的RPM 包

回答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