sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.37k stars 592 forks source link

Installation fails (debian sid): sleuthkit-java.deb cannot be installed #7898

Open IrregularLogic opened 4 months ago

IrregularLogic commented 4 months ago

Hi,

I am trying to install sleuthkit and autopsy on a deb testing computer and get stuck during the process.

Step 1 in installation instructions - prerequisites

Step 2 in installation instructions: - sleuth kit

(as root): dpkg -i sleuthkit-java_4.12.1-1_amd64.deb dpkg: Fehler beim Bearbeiten des Archivs sleuthkit-java_4.12.1-1_amd64.deb (--install): Versuch, »/usr/lib/x86_64-linux-gnu/libtsk.so.19.2.1« zu überschreiben, welches auch in Paket libtsk19t64:amd64 4.12.1+dfsg-2 ist Trigger für libc-bin (2.38-7) werden verarbeitet ... Fehler traten auf beim Bearbeiten von: sleuthkit-java_4.12.1-1_amd64.deb

How should I proceed?

markmckinnon commented 4 months ago

What happens if you uninstall any and all version of Sleuthkit and then try and run dpkg -i sleuthkit-java_4.12.1-1_amd64.deb again.

IrregularLogic commented 4 months ago

There is a similar issue for other distribution (kali) here: https://github.com/sleuthkit/sleuthkit/issues/2822

But the steps to solve issues do not seem possible here as in 2822 sleuthkit should be (re-) installed via apt-get first and the steps order seems unclear to me, what to do/reinstall/remove first (really step-by-step).