aniketpanjwani / chomper

Internet blocker for the Linux desktop.
https://addictedto.tech/chomper/
GNU General Public License v3.0
356 stars 43 forks source link

How do I uninstall? #47

Open Shubashree opened 5 years ago

Shubashree commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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