Installation of Duplicate File Finder
Last modified on July 24, 2026 • 1 min read • 210 wordsI was making order among my 50000+ files in my home directory and realized that I had multiple copies of the same file in different directories.
export PATH=$PATH:.But now the program crashes complaining thatjava.lang.UnsatisfiedLinkError: no javaunix in java.library.pathAgain I got some help:export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$JAVA_HOME/jre/lib/ext/Linux/makes it work. The LD_LIBRARY_PATH is not set on my system. When you install the Staden package, it sets this variable to “/usr/local/staden-linux-rel-1-4/lib/linux-binaries”. You can copy the javaunix.so file to the location that is given in the environment variable LD_LIBRARY_PATH.