You are not logged in.
Pages: 1
Topic closed
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
gephi PKGBUILD (or another place http://pkgbuild.com/git/aur-mirror.git/tree/gephi)
(https://bbs.archlinux.org/viewtopic.php?id=200639)
Last edited by sirocco (2015-08-25 05:30:16)
Offline
Thanks, how to install a package from the old version of AUR?
Offline
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
In this case (we need only one file - PKGBUILD)
1. Download PKGBUILD
2.$ makepkg -sri
Thank you I'm managed to install it, but unfortunately the program always exited once I launch it. ![]()
Offline
Offline
Thanks, I just need to change the java_home in the gephi.conf to jdk7. ![]()
Offline
i installed gephi with:
sudo pacman -S gephiI 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
Thanks for the contribution, but this thread is very old and marked solved.
Closing.
Offline
Pages: 1
Topic closed