Package Details: autopsy 4.21.0-2

Git Clone URL: https://aur.archlinux.org/autopsy.git (read-only, click to copy)
Package Base: autopsy
Description: Digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensic tools
Upstream URL: http://www.sleuthkit.org/autopsy/
Keywords: forensics gui java postmoterm recovery sleuthkit
Licenses: Apache-2.0
Submitter: Mikos
Maintainer: mh4ckwascut
Last Packager: mh4ckwascut
Votes: 81
Popularity: 0.063587
First Submitted: 2005-09-03 19:00 (UTC)
Last Updated: 2023-10-02 21:23 (UTC)

Dependencies (7)

Required by (0)

Sources (2)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

kingkhan94 commented on 2020-08-19 04:33 (UTC) (edited on 2020-08-19 04:45 (UTC) by kingkhan94)

Hi all

First of all thank you for this amazing autopsy AUR package by these gentlements.

Submitter: Mikos Maintainer: tcmal

For (Manjaro/Arch linux)

to the people who are getting an error like this :

/sleuthkit-java/src/sleuthkit-4.9.0/bindings/java/build-unix.xml:41: JNInative library not built

please do following steps :

1.open console type :

cd /usr/lib/jvm/liberica-jdk-8-full/

2.Now type :

sudo nano /etc/profile

3.Bottom of the file type :

export JAVA_HOME="path that you found"

export PATH=$JAVA_HOME/bin:$PATH

4.Save the file.

5.Restart machine.

6.To verify type echo $JAVA_HOME

7.Now try to BUILD using autopsy AUR packages.

famar commented on 2020-05-10 12:35 (UTC)

not related to AUR, but there is a dockerized version and seems to work pretty well https://github.com/bannsec/autopsy_docker

solsticedhiver commented on 2020-05-10 12:14 (UTC)

oh yes. I have jdk11 already installed.

So I need to make jdk8 the default ? that's not very convenient.

Couldn't you hack some file to point to the explict jdk it requires ? Because I installed jdk8 just for autopsy /sleuthkit-java.

I mean I could change JAVA_HOME and use a wrapper script but if autopsy package can do that by default ....

<deleted-account> commented on 2020-05-10 12:01 (UTC)

@solstice Could you verify your Java version and that your JAVA_HOME is setup correctly? It should be version 8, preferably OpenJDK

archlinux-java status

solsticedhiver commented on 2020-05-10 09:26 (UTC) (edited on 2020-05-10 09:26 (UTC) by solsticedhiver)

using autopsy-4.15.0-1, I got that error:

Activation failed: StandardModule:org.sleuthkit.autopsy.core jarFile: /usr/share/autopsy/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException

So without that module the autopsy GUI is rather useless, right ?

khalil2535 commented on 2020-05-01 17:34 (UTC) (edited on 2020-05-01 18:01 (UTC) by khalil2535)

got this today

error: failed to prepare transaction (could not satisfy dependencies) :: installing sleuthkit-java (4.9.0-1) breaks dependency 'sleuthkit-java=4.8.0' required by autopsy

Worked fine after remove the package and re-install it.

<deleted-account> commented on 2020-04-19 14:41 (UTC)

@toddejohnson should now be fixed