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

Last updated: May 22,2024

1. Install "python39-httpretty" package

Here is a brief guide to show you how to install python39-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-httpretty

2. Uninstall "python39-httpretty" package

This is a short guide on how to uninstall python39-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python39-httpretty

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

Information for package python39-httpretty:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-httpretty
Version : 1.1.4-9.1
Arch : noarch
Vendor : openSUSE
Installed Size : 159.2 KiB
Installed : No
Status : not installed
Source package : python-httpretty-1.1.4-9.1.src
Upstream URL : https://github.com/gabrielfalcao/HTTPretty
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.