Install Autosy on my Ubuntu VM

Hi,
Can you explain to me how I can install Autopsy on my Ubuntu VM?

Best Regards

You can install it through the Terminal.

Commands:

  1. sudo apt-get update -y
  2. sudo apt-get install -y autopsy

See you

Using apt to install Autopsy will get you Autopsy version 2 which is obsolete.
If you want the latest version of Autopsy download the zip file from https://github.com/sleuthkit/autopsy/releases and follow the instructions in the included Running_Linux_OSX.txt file.

1 Like