【发布时间】:2011-10-20 12:07:12
【问题描述】:
我无法找到通过 Ubuntu 10.04 上的包管理器安装 Eclipse 和 ant1.8 的方法。
安装了ant1.8,尝试安装eclipse的结果:
The following packages have unmet dependencies:
eclipse: Depends: eclipse-jdt but it is not going to be installed
Depends: eclipse-pde but it is not going to be installed
E: Broken packages
沿着依赖树,我到达:
The following packages have unmet dependencies:
eclipse-platform: Depends: ant (>= 1.7.1)
E: Broken packages
但是,安装ant需要卸载ant1.8。
有没有办法在包管理器之外安装 ant1.8 或 eclipse 来解决这个问题?
谢谢!
【问题讨论】:
-
不要使用来自 Ubuntu 的软件包。只需从 eclipse.org 下载。
标签: eclipse ubuntu ant ubuntu-10.04 apt-get