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

Last updated: June 18,2024

1. Install "python39-vcrpy" package

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

$ sudo zypper refresh $ sudo zypper install python39-vcrpy

2. Uninstall "python39-vcrpy" package

Please follow the step by step instructions below to uninstall python39-vcrpy on openSuSE Tumbleweed:

$ sudo zypper remove python39-vcrpy

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

Information for package python39-vcrpy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-vcrpy
Version : 6.0.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 246.8 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.