How to Install and Uninstall python36-vcrpy Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-vcrpy" package

This guide let you learn how to install python36-vcrpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-vcrpy

2. Uninstall "python36-vcrpy" package

Learn how to uninstall python36-vcrpy on openSuSE Tumbleweed:

$ sudo zypper remove python36-vcrpy

3. Information about the python36-vcrpy package on openSuSE Tumbleweed

Information for package python36-vcrpy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-vcrpy
Version : 4.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 310,1 KiB
Installed : No
Status : not installed
Source package : python-vcrpy-4.1.1-1.2.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.