How to Install and Uninstall python3-vcr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-vcr" package

Please follow the steps below to install python3-vcr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-vcr

2. Uninstall "python3-vcr" package

Please follow the guidelines below to uninstall python3-vcr on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-vcr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-vcr
Priority: optional
Section: universe/python
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: vcr.py
Version: 1.7.3-1
Depends: python3-six (>= 1.5), python3-wrapt, python3-yaml, python3:any (>= 3.3.2-2~)
Filename: pool/universe/v/vcr.py/python3-vcr_1.7.3-1_all.deb
Size: 39824
MD5sum: d53b92e98ce0eafda56019f36f9e9ef6
SHA1: 7c3d795a528b4174d77e6cb00d05caefc182fb47
SHA256: e9814347625d1513162af4b7c2ecf47dc163d50284a73bf573cbc8d3440a06ef
Description-en: record and replay HTML interactions (Python3 library)
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
.
This package contains the modules for Python 3.
Description-md5: 1494fc1b08ba7b240d5a7448f0e3d550
Homepage: https://github.com/kevin1024/vcrpy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu