smuggledPancakes
smuggledPancakes

Reputation: 10333

Installing Mercurial on Redhat Linux

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?

Upvotes: 8

Views: 16465

Answers (3)

Laxmikant
Laxmikant

Reputation: 1621

On Rhel 7.2 i performed below command and it worked like charm :)

sudo rpm -ivh https://www.mercurial-scm.org/release/centos7/RPMS/x86_64/mercurial-3.4-0.x86_64.rpm

Upvotes: 1

Matt Joiner
Matt Joiner

Reputation: 118660

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

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

Upvotes: 15

Vadim Kotov
Vadim Kotov

Reputation: 8284

Mercurial project provides RPM packages starting from version 3.4.

Upvotes: 0

Related Questions