How to Install and Uninstall python3-vcr Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-vcr" package

Please follow the instructions below to install python3-vcr on Kali Linux

$ sudo apt update $ sudo apt install python3-vcr

2. Uninstall "python3-vcr" package

Learn how to uninstall python3-vcr on Kali Linux:

$ sudo apt remove python3-vcr $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-vcr package on Kali Linux

Package: python3-vcr
Source: vcr.py
Version: 5.1.0-1.1
Installed-Size: 165
Maintainer: Debian Python Team
Architecture: all
Depends: python3-urllib3 | python3-supported-min (>= 3.10), python3-wrapt, python3-yaml, python3-yarl, python3:any
Size: 39740
SHA256: ae4494e2d3f356c0d3dc4fa8991c4a2086c570886078d2a27f7f1946889b92dd
SHA1: 63c39da9cd215759abd77bf4a4fbea6d19115654
MD5sum: 1a392a6eda08cf80e9324de506dde7dc
Description: record and replay HTML interactions
vcr.py records all interactions that take place through the HTML libraries
it supports and writes them to flat files, called cassettes (YAML format by
default). These cassettes could be replayed then for fast, deterministic
and accurate HTML testing.
.
vcr.py supports the following Python HTTP libraries:
- urllib2 (stdlib)
- urllib3
- http.client (Python3 stdlib)
- Requests
- httplib2
- Boto (interface to Amazon Web Services)
- Tornado's HTTP client (Python 3 library)
.
This package contains the modules for Python 3.
Description-md5:
Homepage: https://github.com/kevin1024/vcrpy/
Section: python
Priority: optional
Filename: pool/main/v/vcr.py/python3-vcr_5.1.0-1.1_all.deb