You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
j-lakeman
changed the title
[FR]: add instructions/scripts for how to uninstall/remove/purge Autopsy including dependencies for Linux/macOS
[FR]: add instructions/scripts to uninstall/remove/purge Autopsy including dependencies for Linux/macOS
Jan 26, 2025
Hi,
not sure why you have issues with installing autopsy on linux - I did just that and it works. There are instructions on how to do it coming with autopsy.
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:The text was updated successfully, but these errors were encountered: