CentOS6中如何更新Mercurial客户端?

发布于 2024-12-02 05:07:11 字数 439 浏览 2 评论 0原文

我的 CentOS6 中有 Mercurial 1.4,但我需要使用至少使用 Mercurial 1.5 的 Eclipse 插件。如何在 CentOS6 中更新我的 Mercurial 版本?

Setting up Install Process
Package mercurial-1.4-3.el6.x86_64 already installed and latest version
Nothing to do

当我尝试下载新的 RPM(mercurial-1.9-1.el6.rfx.x86_64.rpm) 并安装它时,出现此错误:

emacs-mercurial-1.4-3.el6.x86_64 requires hg = 1.4-3.el6

我该怎么办?

有什么线索吗?

此致,

I have Mercurial 1.4 in my CentOS6, but I need to use the Eclipse Plug-in that uses at least Mercurial 1.5. How can I update my Mercurial version in CentOS6?

Setting up Install Process
Package mercurial-1.4-3.el6.x86_64 already installed and latest version
Nothing to do

When I try do download a new RPM(mercurial-1.9-1.el6.rfx.x86_64.rpm) and install it, I got this error:

emacs-mercurial-1.4-3.el6.x86_64 requires hg = 1.4-3.el6

What should I do?

Any clues?

Best Regards,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

如此安好 2024-12-09 05:07:11

出于同样的目的,我通过从这里下载正确的 rpm,成功将 CentOS 中的 hg 升级到 2.1.2:

http:// /pkgs.repoforge.org/mercurial/

并使用 yum 安装它...

问候

For the same purpose I successfully upgraded my hg in CentOS to 2.1.2 by downloading the correct rpm from here:

http://pkgs.repoforge.org/mercurial/

and installing it with yum...

regards

2024-12-09 05:07:11

您可以从源代码安装,只需按照此处的说明进行操作即可。

You can install from source, just follow the instructions here.

猛虎独行 2024-12-09 05:07:11

在尝试让 hg-git 在我的 CentOS 6 环境中运行时遇到了这个问题。

2015 年,官方下载页面提供了 RPM 和/或 yum 存储库。

FWIW - 对于 hg-git 我仍然必须 pip-install (epel 中的包相当旧并且不起作用)。

Just run into this while trying to get hg-git working on my CentOS 6 environment.

In 2015 there are RPMs and/or yum repos from the official download page.

FWIW - for hg-git I had to pip-install still (package in epel is pretty old and didn't work).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文