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

Last updated: May 23,2024

1. Install "python2-vcrpy" package

This tutorial shows how to install python2-vcrpy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-vcrpy

2. Uninstall "python2-vcrpy" package

Learn how to uninstall python2-vcrpy on openSUSE Leap:

$ sudo zypper remove python2-vcrpy

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

Information for package python2-vcrpy:
--------------------------------------
Repository : Main Repository
Name : python2-vcrpy
Version : 2.1.1-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 231,3 KiB
Installed : No
Status : not installed
Source package : python-vcrpy-2.1.1-bp153.1.19.src
Summary : Python module to mock and replay HTTP interactions
Description :
This module records a test suite's HTTP interactions and replays them during future
test runs for deterministic tests.
This is a Python version of Ruby's VCR library.