How to Install and Uninstall python2-requests-mock Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python2-requests-mock" package

This tutorial shows how to install python2-requests-mock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-requests-mock

2. Uninstall "python2-requests-mock" package

In this section, we are going to explain the necessary steps to uninstall python2-requests-mock on openSUSE Leap:

$ sudo zypper remove python2-requests-mock

3. Information about the python2-requests-mock package on openSUSE Leap

Information for package python2-requests-mock:
----------------------------------------------
Repository : Main Repository
Name : python2-requests-mock
Version : 1.7.0-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 106,6 KiB
Installed : No
Status : not installed
Source package : python-requests-mock-1.7.0-bp153.1.19.src
Summary : Module to mock out responses from the requests package
Description :
requests-mock provides a building block to stub out the HTTP requests portions of your testing code.
You should checkout the docs for more information.