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

Last updated: May 19,2024

1. Install "python-betamax" package

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

$ sudo apt update $ sudo apt install python-betamax

2. Uninstall "python-betamax" package

Please follow the guidance below to uninstall python-betamax on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-betamax
Priority: optional
Section: universe/python
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: betamax
Version: 0.5.1-1
Depends: python-requests (>= 2.0), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/b/betamax/python-betamax_0.5.1-1_all.deb
Size: 21736
MD5sum: 363a70742ca18b725284806465c82c8b
SHA1: 9d88a46cac0956c7e4e76841e5ab00ef8aed288f
SHA256: 1161e8192686e5dc09f80d2acf534ff04f18cf6247572e0fce99b447336fe05d
Description-en: VCR imitation designed only for python-requests - Python 2.X
Betamax records HTTP interactions and replay them allowing fast, deterministic
and accurate tests and it's designed to be used with python-requests. If
you are not using python-requests, you should checkout vcr.py.
.
Betamax comes with integrations for py.test and unittest and supports
third party packages that provide extra request matchers and cassette
serializers.
Description-md5: 95ed5edaea95990a38431035b368c091
Homepage: https://github.com/sigmavirus24/betamax
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu