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

Last updated: July 04,2024

1. Install "python310-httpretty" package

In this section, we are going to explain the necessary steps to install python310-httpretty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-httpretty

2. Uninstall "python310-httpretty" package

This guide covers the steps necessary to uninstall python310-httpretty on openSuSE Tumbleweed:

$ sudo zypper remove python310-httpretty

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

Information for package python310-httpretty:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-httpretty
Version : 1.1.4-9.1
Arch : noarch
Vendor : openSUSE
Installed Size : 159.7 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.