通过apt-get安装eclipse


8

我总是喜欢安装的方法apt-get。幸运的是,eclipse它现在包含在apt-get存储库中。但是,当我使用进行安装时apt-get,它对于诸如C / C ++之类的编程语言也能正常工作;但是当我尝试安装时Android Developer SDK,它提示缺少错误org.eclipse.ui

我发现了有关此错误的几个问题,但没有针对的解决方案apt-get install。唯一的解决方案是从源代码安装经典Eclipse。我认为应该有安装的解决方案org.eclipse.uiapt-get install


您是否已检查是否已从存储库中安装了所有可能的插件?
卡森(Karlson)2012年

我安装了这些意见sudo apt-get install eclipsesudo apt-get install eclipse-jdtsudo apt-get install eclipse-cdt...我应该安装什么插件?我找不到用于使用apt-get
Googlebot

运行sudo aptitude并搜索一切eclipse。最重要的是,您可以在运行Eclipse时直接安装插件,方法是Help->Install New Software
Karlson '02

Answers:


7

您将需要安装以下所有软件包和依赖项:

eclipse
eclipse-jdt
eclipse-pde
eclipse-platform
eclipse-rcp

一旦完成,我就可以Android SDK通过Eclipse 进行安装而没有任何问题。我正在继续openjdk

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.