How To Install python3-betamax on Fedora 36

In this tutorial we learn how to install python3-betamax in Fedora 36. python3-betamax is VCR imitation for python-requests

Introduction

In this tutorial we learn how to install python3-betamax on Fedora 36.

What is python3-betamax

Betamax is a VCR_ imitation for requests. This will make mocking out requests much easier. Python 3 version.

We can use yum or dnf to install python3-betamax on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-betamax.

Install python3-betamax on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-betamax using dnf by running the following command:

sudo dnf -y install python3-betamax

Install python3-betamax on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-betamax using yum by running the following command:

sudo yum -y install python3-betamax

How To Uninstall python3-betamax on Fedora 36

To uninstall only the python3-betamax package we can use the following command:

sudo dnf remove python3-betamax

python3-betamax Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/betamax
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/betamax-0.8.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/betamax/__init__.py
/usr/lib/python3.10/site-packages/betamax/__pycache__
/usr/lib/python3.10/site-packages/betamax/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/adapter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/adapter.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/configure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/configure.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/headers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/headers.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/mock_response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/mock_response.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/options.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/recorder.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/recorder.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/adapter.py
/usr/lib/python3.10/site-packages/betamax/cassette
/usr/lib/python3.10/site-packages/betamax/cassette/__init__.py
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/cassette.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/cassette.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/interaction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/__pycache__/interaction.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/cassette/cassette.py
/usr/lib/python3.10/site-packages/betamax/cassette/interaction.py
/usr/lib/python3.10/site-packages/betamax/configure.py
/usr/lib/python3.10/site-packages/betamax/decorator.py
/usr/lib/python3.10/site-packages/betamax/exceptions.py
/usr/lib/python3.10/site-packages/betamax/fixtures
/usr/lib/python3.10/site-packages/betamax/fixtures/__init__.py
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/pytest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/pytest.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/unittest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/__pycache__/unittest.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/fixtures/pytest.py
/usr/lib/python3.10/site-packages/betamax/fixtures/unittest.py
/usr/lib/python3.10/site-packages/betamax/headers.py
/usr/lib/python3.10/site-packages/betamax/matchers
/usr/lib/python3.10/site-packages/betamax/matchers/__init__.py
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/body.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/body.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/digest_auth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/digest_auth.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/headers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/headers.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/host.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/host.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/method.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/method.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/path.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/path.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/query.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/query.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/uri.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/__pycache__/uri.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/matchers/base.py
/usr/lib/python3.10/site-packages/betamax/matchers/body.py
/usr/lib/python3.10/site-packages/betamax/matchers/digest_auth.py
/usr/lib/python3.10/site-packages/betamax/matchers/headers.py
/usr/lib/python3.10/site-packages/betamax/matchers/host.py
/usr/lib/python3.10/site-packages/betamax/matchers/method.py
/usr/lib/python3.10/site-packages/betamax/matchers/path.py
/usr/lib/python3.10/site-packages/betamax/matchers/query.py
/usr/lib/python3.10/site-packages/betamax/matchers/uri.py
/usr/lib/python3.10/site-packages/betamax/mock_response.py
/usr/lib/python3.10/site-packages/betamax/options.py
/usr/lib/python3.10/site-packages/betamax/recorder.py
/usr/lib/python3.10/site-packages/betamax/serializers
/usr/lib/python3.10/site-packages/betamax/serializers/__init__.py
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/json_serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/json_serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/proxy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/__pycache__/proxy.cpython-310.pyc
/usr/lib/python3.10/site-packages/betamax/serializers/base.py
/usr/lib/python3.10/site-packages/betamax/serializers/json_serializer.py
/usr/lib/python3.10/site-packages/betamax/serializers/proxy.py
/usr/lib/python3.10/site-packages/betamax/util.py
/usr/share/doc/python3-betamax
/usr/share/doc/python3-betamax/README.rst
/usr/share/licenses/python3-betamax
/usr/share/licenses/python3-betamax/LICENSE

References

Summary

In this tutorial we learn how to install python3-betamax on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).