How to Install and Uninstall python36-httpretty Package on openSuSE Tumbleweed

Last updated: June 02,2024

1. Install "python36-httpretty" package

Please follow the instructions below to install python36-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-httpretty

2. Uninstall "python36-httpretty" package

This tutorial shows how to uninstall python36-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python36-httpretty

3. Information about the python36-httpretty package on openSuSE Tumbleweed

Information for package python36-httpretty:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-httpretty
Version : 1.0.5-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 196,8 KiB
Installed : No
Status : not installed
Source package : python-httpretty-1.0.5-1.5.src
Summary : HTTP client mocking tool for Python
Description :
This library allows mocking of HTTP protocol based
unit tests.
It is similar to Ruby's FakeWeb.