autopsy
autopsy copied to clipboard
Autopsy install in kali-linux-2021.2 error
when i install Autopsy in kali-linux-2021.2 the error message show in the below, how can i slove ?
┌──(root💀kali)-[/home/kali/Desktop] └─# apt install ./sleuthkit-java_4.10.2-1_amd64.deb 100 ⨯ Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'sleuthkit-java' instead of './sleuthkit-java_4.10.2-1_amd64.deb' The following NEW packages will be installed: sleuthkit-java 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/8,560 kB of archives. After this operation, 13.6 MB of additional disk space will be used. Get:1 /home/kali/Desktop/sleuthkit-java_4.10.2-1_amd64.deb sleuthkit-java amd64 4.10.2-1 [8,560 kB] (Reading database ... 319211 files and directories currently installed.) Preparing to unpack .../sleuthkit-java_4.10.2-1_amd64.deb ... Unpacking sleuthkit-java (4.10.2-1) ... dpkg: error processing archive /home/kali/Desktop/sleuthkit-java_4.10.2-1_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/libtsk.so.19', which is also in package libtsk19:amd64 4.10.1+dfsg-1 Errors were encountered while processing: /home/kali/Desktop/sleuthkit-java_4.10.2-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
It's mad because the file already exists. You can run it like this:
dpkg --force-all -i ./sleuthkit-java_4.10.2-1_amd64.deb
That said, it hasn't done me any good as Autopsy is proving very difficult to build on an up-to-date Kali for me.
The problem is, that Kali already comes with a preinstalled version of Autopsy (v2.24). To resolve this issue, first remove said version from Kali sudo apt-get purge --auto-remove sleuthkit
and install the newer version of the sleuthkit.
FYI: When running autopsy the first time, make sure to use the --nosplash
parameter for it to work #6980.
Hi Dears all, I have some issue problem, I try to start Autopsy but after put root password, the terminal just close immediately.
I purge and reinstall but the same error, if I go to the terminal and type autopsy, get the nex error:
┌──(root㉿Myuserpc)-[~]
└─# autopsy
Insecure directory in $ENV{PATH} while running with -T switch at /usr/bin/autopsy line 307.
My version of Kali is the follow:
NAME="Kali GNU/Linux" VERSION_ID="2023.4" VERSION="2023.4" VERSION_CODENAME=kali-rolling
Any Idea?
Thanks for help!!