gpt4 book ai didi

ubuntu - 幻影 Mercurial ,如何去除?

转载 作者:行者123 更新时间:2023-12-04 18:41:25 29 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 14.04 上安装 TortoiseHg。它运行良好,但试图打开它提示有一个不受支持的 Mercurial 版本(3.4.1)。我通过以下方式删除:

  • sudo apt-get remove mercurial
  • sudo apt-get purge mercurial
  • sudo dpkg -r mercurial
  • sudo dpkg --purge mercurial

  • 结果是成功的,但是如果我尝试:
    hg --version

    我得到:
    Mercurial Distributed SCM (version 3.4.1)
    (see http://mercurial.selenic.com for more information)

    Copyright (C) 2005-2015 Matt Mackall and others
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    还有其他想法吗? TortoiseHG 需要 3.1.x 或 3.0.x。

    最佳答案

    您可以使用 type 找出应用程序在路径中的位置。像这样的命令(使用 bash 时):

    ry4an@four:~$ type -a hg
    hg is /usr/local/bin/hg

    它可能是作为 python 包安装的,在这种情况下,命令将是:
    pip uninstall mercurial

    但是安装一个在您的路径中较早的地方受支持的版本可能会更容易/更安全,以便 Tortoise 找到那个。

    关于ubuntu - 幻影 Mercurial ,如何去除?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30606785/

    29 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com