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

Last updated: May 20,2024

1. Install "python3-betamax" package

This is a short guide on how to install python3-betamax on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-betamax

2. Uninstall "python3-betamax" package

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

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

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

Package: python3-betamax
Priority: optional
Section: universe/python
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: betamax
Version: 0.5.1-1
Depends: python3-requests (>= 2.0), python3:any (>= 3.3.2-2~)
Filename: pool/universe/b/betamax/python3-betamax_0.5.1-1_all.deb
Size: 21520
MD5sum: 7a66955367396d0b4f21c47fa015ccdd
SHA1: 953390db4628f8156fc2d0d824561667854f7cc5
SHA256: 51427233ab4bb01e951464ee35cd45d77c5e58896024c632441438327af23006
Description-en: VCR imitation designed only for python-requests - Python 3.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.
.
This package contains the Python 3 version of the library.
Description-md5: 9a709aa9df09ab69407d66458d0281ed
Homepage: https://github.com/sigmavirus24/betamax
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu