How to Install and Uninstall python2-httpretty Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-httpretty" package

This guide covers the steps necessary to install python2-httpretty on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-httpretty

2. Uninstall "python2-httpretty" package

Please follow the steps below to uninstall python2-httpretty on openSUSE Leap:

$ sudo zypper remove python2-httpretty

3. Information about the python2-httpretty package on openSUSE Leap

Information for package python2-httpretty:
------------------------------------------
Repository : Main Repository
Name : python2-httpretty
Version : 0.8.14-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 137,8 KiB
Installed : No
Status : not installed
Source package : python-httpretty-0.8.14-bp153.1.15.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.