You are not logged in.

#1 2015-08-25 05:11:25

rvu95
Member
Registered: 2015-06-06
Posts: 20

[Solved] Graph visualization as a replacement of Gephi in Arch

I want to install gephi in my pc, when I'm looking in the AUR i found out that the packages isn't supported anymore. Can you give me the name of package as another replacement for gephi in Arch (and also supported networkx library in python)? Thanks.

Last edited by rvu95 (2015-08-26 15:05:26)

Offline

#2 2015-08-25 05:22:16

sirocco
Member
Registered: 2008-03-10
Posts: 149

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

Offline

#3 2015-08-25 05:36:01

rvu95
Member
Registered: 2015-06-06
Posts: 20

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

Thanks, how to install a package from the old version of AUR?

Offline

#4 2015-08-25 05:42:31

sirocco
Member
Registered: 2008-03-10
Posts: 149

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

In this case (we need only one file - PKGBUILD)
1. Download PKGBUILD
2.

 $ makepkg -sri 

(https://wiki.archlinux.org/index.php/Ar … g_packages)

Last edited by sirocco (2015-08-25 05:43:43)

Offline

#5 2015-08-25 09:51:35

rvu95
Member
Registered: 2015-06-06
Posts: 20

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

sirocco wrote:

In this case (we need only one file - PKGBUILD)
1. Download PKGBUILD
2.

 $ makepkg -sri 

(https://wiki.archlinux.org/index.php/Ar … g_packages)

Thank you I'm managed to install it, but unfortunately the program always exited once I launch it. sad

Offline

#6 2015-08-25 12:28:43

sirocco
Member
Registered: 2008-03-10
Posts: 149

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

Offline

#7 2015-08-25 12:39:45

rvu95
Member
Registered: 2015-06-06
Posts: 20

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

Thanks, I just need to change the java_home in the gephi.conf to jdk7. big_smile

Offline

#8 2021-01-30 20:15:15

mohite
Member
Registered: 2021-01-30
Posts: 1

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

i installed gephi with:

sudo pacman -S gephi

I was getting error:

OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.ProxyURLStreamHandlerFactory (file:/usr/share/java/gephi/platform/lib/boot.jar) to field java.net.URL.handler
WARNING: Please consider reporting this to the maintainers of org.netbeans.ProxyURLStreamHandlerFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!

so i followed the above advice, installed jre-openjdk8 and went to

 /usr/share/java/gephi/etc/gephi.conf 

and there uncommented and edited the line as

jdkhome="/usr/lib/jvm/java-8-openjdk"

and that solved the issue..

Offline

#9 2021-01-30 23:55:06

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [Solved] Graph visualization as a replacement of Gephi in Arch

Thanks for the contribution, but this thread is very old and marked solved.

Closing.

Offline

Board footer

Powered by FluxBB