Autopsy 4.20.0 Linux Mint 21 fresh install

Followed instructions, and Installation went fine, but after installation while trying to run i get pop up

org.netbeans.InvalidException: StandardModule:org.sleuthkit.autopsy.core jarFile: /home/mikael/autopsy/autopsy-4.20.0/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsatisfiedLinkError: org.sleuthkit.datamodel.SleuthkitJNI.getVersionNat()Ljava/lang/String;

on the shell it says
Library not found in jar (libtsk_jni)
SleuthkitJNI: failed to load libtsk_jni

Did you install sleuthkit https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.12.0/sleuthkit-java_4.12.0-1_amd64.deb? That is what autopsy is complaining about

Otherwise you could try this: GitHub - FabMasu/Autopsy-installation-for-Linux: Autopsy installation for Linux Mint style distros

Hi Mark!
I had the same problem… Watch the script I made to solve it.
GitHub - FabMasu/Autopsy-installation-for-Linux: Autopsy installation for Linux Mint style distros
It uses sudo, so it must be adapted for Debian users (installation as Root).
Have a nice day!