To uninstall mitmproxy just follow these instructions.
/debian/jessie/main///install/index.html SSL-capable man-in-the-middle HTTP proxy Debian 8.0 net 0.10.1-2
sudo apt-get remove mitmproxy
Which will remove just the mitmproxy package itself.
sudo apt-get remove --auto-remove mitmproxy
This will remove the mitmproxy package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for mitmproxy then this will work.
sudo apt-get purge mitmproxy
Or similarly, like this mitmproxy
sudo apt-get purge --auto-remove mitmproxy
Package | mitmproxy |
Version | 0.10.1-2 |
Maintainer | Sebastien Delafond |
Description | SSL-capable man-in-the-middle HTTP proxy |
Distro | debian |
Release | jessie |
Repo | main |
Section | net |