Automatic Github Workflows packager for autopsy
NOTE: THIS REPOSITORY IS DEPRECATED.
For version 4.21 and above you should use the snap package which can be downloaded from the github releases page. Read how to install here.
Right now the built packages are only available under the CI artifacts. Check out the latest CI build of the matching package version and download the artifacts from there.
Be sure to have the following requirements before starting any installation process of Autopsy:
- sleuthkit-java
- openjdk8-jre
If you have an AUR helper, you just need to choose to install either autopsy
or autopsy-bin
packages.
Optionally, you can install the provided prebuilt packages by running:
sudo pacman -U <package-name>.pkg.tar.zst
The script below will install autopsy and its dependencies, including bellsoft's java jre version 8. Inspect the script before installing, and make sure you are comfortable running it.
Note, the script will ask for the user password in order to use sudo.
Copy the code below and paste on a terminal window.
- Autopsy 4.19.2:
curl https://raw.githubusercontent.com/labcif/autopsy-packager/main/install_debian_autopsy_4.19.2.sh | sudo bash
- Autopsy 4.17.0 -> The Sleuth Kit 4.10.1
- Autopsy 4.18.0 -> The Sleuth Kit 4.10.2
- Autopsy 4.19.1 -> The Sleuth Kit 4.11.0
- Autopsy 4.19.2 -> The Sleuth Kit 4.11.1