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...")
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Nvidia Driver==
  
* Update your distribution with the last official JRE 7 ir 8 packages.
+
Ada baiknya nvidia driver di install ulang agak updated. Contoh,
* After the download completes, unzip and untar the file in a directory.
 
* Run it by executing ./bin/gephi script file.
 
  
 +
[[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==
 
==Referensi==
  
 
* 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


Pranala Menarik