Eclipse 3.6.2、Linux Ubuntu 11.04 - 64 位系统安装了 Mercurial 并存在 HG 问题
谁能告诉我如何解决此 MercurialEclipse
安装问题 (1.8.3) - 当我尝试在 Eclipse
中进行软件更新时,我也会遇到此问题(我正在使用< code>64 位 系统):
无法完成安装,因为某些依赖项无法满足,
com.intland.hgbinary.win32.feature.group [1.6.4.v201011161842]
无法在此环境中安装,因为其过滤器不适用。
这是问题的图片 - 无法在这篇文章中显示它。预先感谢您的帮助。
一个链接!
Can anyone tell me how to fix this MercurialEclipse
install issue (1.8.3) - I also get this when I try to do software update in Eclipse
(I am on a 64 bit
system):
Cannot complete the install because some dependencies are not satisfiable
com.intland.hgbinary.win32.feature.group [1.6.4.v201011161842]
cannot be installed in this environment because its filter is not applicable.
Here is the image of the issue - can not get it to show here in this post. Thanks in advance for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您选择要在 Eclipse Manager 中安装的包时,请勿选择该选项。这仅适用于 Windows。
但继续后,我建议您先在系统中安装 Mercurial。并且必须是1.5.0版本,否则插件将无法工作。
为了在 Ubuntu 中拥有最后一个 Mercurial 版本,我必须这样做:
sudo add-apt-repository ppa:mercurial-ppa/releases
sudo apt-get 更新
须藤 apt-get 安装 Mercurial
Don't choose that option while you are chosing the packages to install in Eclipse Manager. That is only for Windows.
But after continue, I advise you to install first the Mercurial in your system. And it must be the version 1.5.0 otherwise the plugin won't work.
This is what I had to do, to have the last mercurial version in Ubuntu:
sudo add-apt-repository ppa:mercurial-ppa/releases
sudo apt-get update
sudo apt-get install mercurial