Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I uninstall? #47

Open
Shubashree opened this issue Oct 5, 2018 · 2 comments
Open

How do I uninstall? #47

Shubashree opened this issue Oct 5, 2018 · 2 comments

Comments

@Shubashree
Copy link

Hello, I do not see the steps to uninstall the package in the documentation. Can the author provide the steps to remove it completely?

@richardARPANET
Copy link

This worked for me (I'm using Ubuntu):

  1. Reverse sysctl settings set during chomper installation:
sudo sysctl -w net.ipv4.ip_forward=0
sudo sysctl -w net.ipv6.conf.all.forwarding=0
sudo sysctl -p
  1. Remove this line from ~/.bashrc and ~/.bash_profile
export PATH=$PATH:/home/$USER/chomper/bin
  1. Stop the proxy
sudo pkill -f mitmdump
  1. Remove chomper directory
rm -rf ~/chomper
  1. At this point your internet won't function, but if you now reboot your machine it will work again.

Done.

@abdullahworld
Copy link

I have set a really long timer and this uninstallation did not work please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants