Difference between revisions of "Gephi: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 21: | Line 21: | ||
https://gephi.org/users/download/ | https://gephi.org/users/download/ | ||
+ | Copy & untar | ||
− | + | cp gephi-0.9.1-linux.tar.gz path-instalasi/ | |
+ | cd path-instalasi | ||
+ | tar zxvf gephi-0.9.1-linux.tar.gz | ||
+ | cd path-instalasi/gephi-0.9.1 | ||
Line 28: | Line 32: | ||
* After the download completes, unzip and untar the file in a directory. | * After the download completes, unzip and untar the file in a directory. | ||
* Run it by executing ./bin/gephi script file. | * Run it by executing ./bin/gephi script file. | ||
− | |||
− | |||
==Referensi== | ==Referensi== | ||
* https://gephi.org/users/install/ | * https://gephi.org/users/install/ |
Revision as of 17:17, 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/
Copy & untar
cp gephi-0.9.1-linux.tar.gz path-instalasi/ cd path-instalasi tar zxvf gephi-0.9.1-linux.tar.gz cd path-instalasi/gephi-0.9.1
- 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.