I'm failing to install Gephi properly on Ubuntu 12.04. I need to do some data analysis for a course using it.
Ubuntu – How to install gephi
software installation
software installation
I'm failing to install Gephi properly on Ubuntu 12.04. I need to do some data analysis for a course using it.
Best Answer
Install Sun Java via
Synaptic
, do a Quick Search Search forsun java
and install the jre and jdk. Do not forget to runupdate-alternatives –config java
andupdate-alternatives –config javac
.If you’re on the 8.10 version, please install Java manually from the Oracle website, because the distributed packages are obsolete.
Download gephi from here https://gephi.org/users/download/
Then After the download completes, unzip and untar the file in a directory. Run it by executing
./bin/gephi
script file.You can run the script file with
Hope that helps .
Source