Dificultades para instalar Gephi en Ubuntu 14.04

Dificultades para instalar Gephi en Ubuntu 14.04

Intenté abrirlo Gephidespués de descargarlo ./gephidesde el ~/binarchivo, lo que parece funcionar al principio y luego falla.
Entonces probé un enfoque de instalación diferente usando: (¿Cómo puedo instalar gephi?)

sudo apt-add-repository ppa:rockclimb/gephi-daily
sudo apt-get update
sudo apt-get install gephi

Recibí esto después sudo apt-get install gephi:

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:
 gephi : Depends: libgoogle-collections-java but it is not installable
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main amd64 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/ stable/main i386 Packages (/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Unable to correct problems, you have held broken packages.

Respuesta1

Su paquete lo necesita libgoogle-collections-javacomo dependencia, pero no tiene un repositorio que proporcione este paquete. Parece que estuvo disponible en 10.04 y 12.04, pero no en 14.04 por razones que no están claras... Necesitas encontrar este paquete para poder instalar Gephi.

información relacionada