How to install Gephi 0.9.2 snapshot version

To install the lastest version, proceed to download it from github:

git clone https://github.com/gephi/gephi.git
cd gephi
mvn clean install

command not found: mvn

To install maven, install it from repositories:

sudo apt-get install maven
mvn clean install
cd modules/application  
mvn nbm:cluster-app nbm:run-platform

This last command will call to the following sentence to run gephi.

/bin/sh -c /home/dragonx/Downloads/gephi/modules/application/target/gephi/bin/gephi --userdir /home/dragonx/Downloads/gephi/modules/application/target/userdir -J-Dnetbeans.logger.console=true -J-ea --branding gephi --jdkhome /usr/lib/jvm/java-8-openjdk-amd64

You can use it to create a .desktop file in your desktop to run it.

[Desktop Entry]
Type=Application
Icon=/home/dragonx/Pictures/icons/gephi.png
Name=Gephi
Comment="Start Gephi"
Exec= /bin/sh -c /home/dragonx/gephi/modules/application/target/gephi/bin/gephi --userdir /home/dragonx/gephi/modules/application/target/userdir -J-Dnetbeans.logger.console=true -J-ea --branding gephi --jdkhome /usr/lib/jvm/java-8-openjdk-amd64




I reported the issue #1595 because this version doesn't find the xml file to update the plugins.
Snapshot versions haven't plugins support

Comments

Popular posts from this blog

How to fix Android when developer options are not available for this user

Exception: Could not find a default OpenFlow controller in Mininet

v4l2: open /dev/video0: Permission denied