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

Last updated: July 01,2024

1. Install "python312-vcrpy" package

This is a short guide on how to install python312-vcrpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-vcrpy

2. Uninstall "python312-vcrpy" package

This guide let you learn how to uninstall python312-vcrpy on openSuSE Tumbleweed:

$ sudo zypper remove python312-vcrpy

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

Information for package python312-vcrpy:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-vcrpy
Version : 6.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 306.3 KiB
Installed : No
Status : not installed
Source package : python-vcrpy-6.0.1-1.1.src
Upstream URL : https://github.com/kevin1024/vcrpy
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.