Difference between revisions of "Gephi: Instalasi"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " * Update your distribution with the last official JRE 7 ir 8 packages. * After the download completes, unzip and untar the file in a directory. * Run it by executing ./bin/ge...")
 
Line 1: Line 1:
 +
==Instalasi Java==
 +
 +
Update repo
 +
 +
sudo add-apt-repository ppa:webupd8team/java -y
 +
sudo apt-get update
 +
sudo apt-get install oracle-java8-installer
 +
 +
Install
 +
 +
sudo apt-get install oracle-java8-set-default
 +
 +
Cek
 +
 +
java -version
 +
 +
==Download==
 +
 +
Download dari
 +
 +
https://gephi.org/users/download/
 +
 +
 +
 +
  
 
* Update your distribution with the last official JRE 7 ir 8 packages.
 
* Update your distribution with the last official JRE 7 ir 8 packages.

Revision as of 17:15, 1 February 2017

Instalasi Java

Update repo

sudo add-apt-repository ppa:webupd8team/java -y
sudo apt-get update
sudo apt-get install oracle-java8-installer

Install

sudo apt-get install oracle-java8-set-default

Cek

java -version

Download

Download dari

https://gephi.org/users/download/



  • Update your distribution with the last official JRE 7 ir 8 packages.
  • After the download completes, unzip and untar the file in a directory.
  • Run it by executing ./bin/gephi script file.


Referensi