Difference between revisions of "Gephi: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ==Nvidia Driver== | ||
+ | |||
+ | Ada baiknya nvidia driver di install ulang agak updated. Contoh, | ||
+ | |||
+ | [[Nvidia: driver untuk GeForce GT 730]] | ||
+ | |||
+ | |||
==Instalasi Java== | ==Instalasi Java== | ||
Line 51: | Line 58: | ||
* https://gephi.org/users/install/ | * https://gephi.org/users/install/ | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Gephi]] |
Latest revision as of 17:25, 30 October 2018
Nvidia Driver
Ada baiknya nvidia driver di install ulang agak updated. Contoh,
Nvidia: driver untuk GeForce GT 730
Instalasi Java
Update repo
sudo add-apt-repository ppa:webupd8team/java -y sudo apt update sudo apt -y install oracle-java8-installer
Install
sudo apt -y install oracle-java8-set-default
Cek
java -version
Download & Install
Install canberra-gtk-module
sudo apt-get install libcanberra-gtk-module:i386 sudo apt-get install libcanberra-gtk-module
Secara manual bisa di Download dari
https://gephi.org/users/download/
dan
cp gephi-0.9.2-linux.tar.gz /usr/local/src
Secara automatis bisa lakukan
sudo su cd /usr/local/src wget https://github.com/gephi/gephi/releases/download/v0.9.2/gephi-0.9.2-linux.tar.gz tar zxvf gephi-0.9.2-linux.tar.gz cd /usr/local/src/gephi-0.9.2 cd /usr/local/src chmod -Rf 777 gephi-0.9.2 chown -Rf nobody: gephi*
Setup
jalankan
cd /usr/local/src/gephi-0.9.2/bin/ ./gephi
Referensi