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

Last updated: May 02,2024

1. Install "python38-httpretty" package

Please follow the guidelines below to install python38-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-httpretty

2. Uninstall "python38-httpretty" package

Please follow the step by step instructions below to uninstall python38-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python38-httpretty

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

Information for package python38-httpretty:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-httpretty
Version : 1.0.5-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 197,7 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.