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

Last updated: June 18,2024

1. Install "python310-vcrpy" package

Here is a brief guide to show you how to install python310-vcrpy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-vcrpy

2. Uninstall "python310-vcrpy" package

This guide covers the steps necessary to uninstall python310-vcrpy on openSuSE Tumbleweed:

$ sudo zypper remove python310-vcrpy

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

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