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

Last updated: May 20,2024

1. Install "python-vcr" package

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

$ sudo apt update $ sudo apt install python-vcr

2. Uninstall "python-vcr" package

This is a short guide on how to uninstall python-vcr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-contextlib2, python-mock, python-six (>= 1.5), python-wrapt, python-yaml, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/v/vcr.py/python-vcr_1.7.3-1_all.deb
Size: 39766
MD5sum: 434d9a21734a2ddd3e7a9404d8bf23a5
SHA1: 85d807f48c856c3287d82a88417fcab324192b18
SHA256: 079f8aa7ea3794ff286bbedbfc33dd4f8ec1dc90017de786509c474d0d148056
Description-en: record and replay HTML interactions (Python 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 2.
Description-md5: 9c2a4f8c190eb27984f4639a99e69848
Homepage: https://github.com/kevin1024/vcrpy/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu