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

Last updated: July 06,2024

1. Install "python38-httmock" package

Learn how to install python38-httmock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-httmock

2. Uninstall "python38-httmock" package

This guide let you learn how to uninstall python38-httmock on openSuSE Tumbleweed:

$ sudo zypper remove python38-httmock

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

Information for package python38-httmock:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-httmock
Version : 1.4.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 26,9 KiB
Installed : No
Status : not installed
Source package : python-httmock-1.4.0-1.5.src
Summary : A mocking library for requests
Description :
A mocking library for requests.
You can use it to mock third-party APIs and test libraries that use
`requests` internally, conditionally using mocked replies with the
`urlmatch` decorator.