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

Last updated: November 07,2024

1. Install "python3-betamax" package

This tutorial shows how to install python3-betamax on Kali Linux

$ sudo apt update $ sudo apt install python3-betamax

2. Uninstall "python3-betamax" package

This guide covers the steps necessary to uninstall python3-betamax on Kali Linux:

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

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

Package: python3-betamax
Source: betamax
Version: 0.9.0-1
Installed-Size: 123
Maintainer: Debian Python Team
Architecture: all
Depends: python3-requests, python3:any
Size: 26908
SHA256: ea94c9c38695804139c5e5ace7ddfde928797cf466dd4ff97df257e4130f4d51
SHA1: 475319d890a85ac33c54ecf880782070cf631713
MD5sum: 3cd585c9c869d0e7d5bb6634ca463cdf
Description: 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:
Homepage: https://github.com/sigmavirus24/betamax
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/b/betamax/python3-betamax_0.9.0-1_all.deb