autopsy icon indicating copy to clipboard operation
autopsy copied to clipboard

[FR]: add instructions/scripts to uninstall/remove/purge Autopsy including dependencies for Linux/macOS

Open j-lakeman opened this issue 9 months ago • 3 comments

I couldn’t find any instructions on how to uninstall/remove/purge Autopsy. On Linux/macOS there are quite some dependencies it needs/installs. Would be awesome if there was a manual and or scripts to entirely purge it including dependencies.

Also brew doctor outputs the following, AFAIK related to Autopsy:

Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected dylibs:
  /usr/local/lib/libtsk.19.dylib
  /usr/local/lib/libtsk_jni.0.dylib

Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected header files:
  /usr/local/include/tsk/*

Warning: Unbrewed '.la' files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected '.la' files:
  /usr/local/lib/libtsk.la
  /usr/local/lib/libtsk_jni.la

Warning: Unbrewed '.pc' files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected '.pc' files:
  /usr/local/lib/pkgconfig/tsk.pc

Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.

Unexpected static libraries:
  /usr/local/lib/libtsk.a
  /usr/local/lib/libtsk_jni.a

j-lakeman avatar Jan 26 '25 17:01 j-lakeman