Eu encontrei um problema parecido, tudo que você precisa fazer é colar isso no seu bash-terminal:
sudo apt-get install eclipse eclipse-jdt eclipse-pde eclipse-platform* libtomcat7-java
Tentando instalar o eclipse, recebo o seguinte erro:
XXX:~$ sudo apt-get install eclipse
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
eclipse : Depends: eclipse-jdt (>= 3.8.0~rc4-1ubuntu1) but it is not going to be installed
Depends: eclipse-pde (>= 3.8.0~rc4-1ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Não tenho ideia de como resolvê-lo. Eu sou muito novo no Ubuntu, mas não acho que estou usando uma distribuição instável. Mas eu adicionei o repositório que é necessário para instalar o Tomcat7. Isso poderia causar o problema?
Eu encontrei um problema parecido, tudo que você precisa fazer é colar isso no seu bash-terminal:
sudo apt-get install eclipse eclipse-jdt eclipse-pde eclipse-platform* libtomcat7-java