Installing Autopsy 4.6.0 on linux | by Christian Kisutsa

Oct 31, 2023

Installing Autopsy 4.6.0 on linux

by Christian Kisutsa


Autopsy is a digital forensics tool that needs no introduction. It has a ton of capabilities such as registry analysis, email analysis, media analysis, android analysis etc. The fact that it's open source and is bundled with the ability to analyze android images is just super awesome.

I had previously tried to compile Autopsy for linux but i had little luck. I decided to try again with this version, that's packaged for linux. Here is how to go about it.

Update and install dependencies

  • apt-get update
  • apt-get install libafflib-dev libbfio-dev libc3p0-java libewf-dev libpostgresql-jdbc-java sleuthkit-java

Install and configure Java 8

Add Java repository and install the Java 8 installer 
  • sudo add-apt-repository ppa:webupd8team/java
  • sudo apt-get install oracle-java8-installer

Check for the Java version:

  • java -version
  • javac -version
Confirm the Java path

  • sudo update-alternatives --config java

Add path to environment

  • sudo nano /etc/environment
  • JAVA_HOME="/opt/jdk1.8.0_101"
  • export JAVA_HOME

Initialize environment:

  • source....

Subscribe
Notify of
guest

2 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
Aleon
Aleon
1 year ago

When I try and install sleuthkit-java it says package cannot be found.

ouinon
1 year ago

i got this error ERROR: Java was not found in /opt/jdk1.8.0_101

© HAKIN9 MEDIA SP. Z O.O. SP. K. 2023