How to Install and Uninstall python3-mitmproxy Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-mitmproxy" package

Please follow the guidance below to install python3-mitmproxy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-mitmproxy

2. Uninstall "python3-mitmproxy" package

Please follow the guidance below to uninstall python3-mitmproxy on openSUSE Leap:

$ sudo zypper remove python3-mitmproxy

3. Information about the python3-mitmproxy package on openSUSE Leap

Information for package python3-mitmproxy:
------------------------------------------
Repository : Update repository of openSUSE Backports
Name : python3-mitmproxy
Version : 3.0.4-bp155.3.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 5.3 MiB
Installed : No
Status : not installed
Source package : python-mitmproxy-3.0.4-bp155.3.3.1.src
Upstream URL : https://mitmproxy.org
Summary : An SSL-capable man-in-the-middle proxy
Description :
mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides a console
interface that allows traffic flows to be inspected and edited on the fly.
mitmdump is the command-line version of mitmproxy, with the same functionality
but without the frills. Think tcpdump for HTTP.
Features:
* Intercept and modify HTTP traffic on the fly
* Save HTTP conversations for later replay and analysis
* Replay both HTTP clients and servers
* Make scripted changes to HTTP traffic using Python
* SSL interception certs generated on the fly