Created
March 6, 2017 12:10
-
-
Save guycalledseven/ffe865d12a2f81c935f07292f2a6293f to your computer and use it in GitHub Desktop.
Manually remove Wireshark leftovers MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -r /Applications/Wireshark.app | |
sudo rm -r /Library/Wireshark | |
sudo rm /Library/StartupItems/ChmodBPF | |
sudo rm /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist | |
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/ChmodBF | |
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/org.wireshark.ChmodBPF.plist | |
sudo dscl . -delete /Groups/access_bpf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment