【发布时间】:2015-08-16 21:03:31
【问题描述】:
我正在尝试在 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。
【问题讨论】:
标签: ubuntu installation mercurial tortoisehg