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.031847
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 »

onyxnz commented on 2019-05-16 22:25 (UTC) (edited on 2019-05-17 02:20 (UTC) by onyxnz)

I was getting error in build: ln: failed to create symbolic link '/tmp/pamac-build/autopsy/pkg/autopsy/usr/share/autopsy/autopsy/modules/ext/sleuthkit-postgresql-4.6.6.jar': File exists

so had to edit the PKGBUILD to be: # copy sleuthkit jar into autopsy

rm -f $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-$skver.jar

rm -f $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-4.6.6.jar

ln -s /usr/share/java/sleuthkit-$skver.jar $pkgdir/usr/share/${pkgname}/${pkgname}/modules/ext/sleuthkit-postgresql-4.6.6.jar

<deleted-account> commented on 2019-03-26 17:01 (UTC)

No problem with that.

FFY00 commented on 2019-03-25 19:56 (UTC)

I am interested in moving this package to the official repos. Do you have any problem with that?

(I might not do it right away as I am a bit busy, but in the near future)

Forty-Bot commented on 2019-02-24 17:56 (UTC)

This package does not follow the Arch packaging guidelines. Specifically, it installs files to /usr/man which should be located in /usr/share/man.

nrayamjhee commented on 2018-11-16 03:50 (UTC)

It starts but crashes while opening a new case. Here's the log: https://pastebin.com/nFqc6x54

GI_Jack commented on 2018-07-28 01:49 (UTC)

.desktop file is broken, pls use this one:

https://pastebin.com/wCizAAdL

plaxx commented on 2018-07-25 04:40 (UTC)

Thanks to @Severus' comment, I was able to fix the PKGBUILD.

Here's a link to an updated working PKGBUILD: https://gist.github.com/obilodeau/a2f50b9ddd66f16d1b01e61d0c7eb221

Severus commented on 2018-07-23 13:03 (UTC)

the PKGBUILD must include cp /usr/share/java/sleuthkit-4.6.1.jar $pkgdir/usr/autopsy/modules/ext/sleuthkit-postgresql-4.6.1.jar to run it correctly.

plaxx commented on 2018-06-05 05:08 (UTC)

Can't get it to start:

Activation failed: StandardModule:org.sleuthkit.autopsy.core jarFile: /usr/autopsy/modules/org-sleuthkit-autopsy-core.jar: java.lang.UnsatisfiedLinkError: org.sleuthkit.datamodel.SleuthkitJNI.getVersionNat()Ljava/lang/String;

pvl1 commented on 2018-06-04 16:28 (UTC)

@munzirtaha You can go to the temp buildir, and cp the Autopsy.desktop file up a dir, and it will compile