How To Install python3-betamax-matchers on Rocky Linux 8
Introduction
In this tutorial we learn how to install python3-betamax-matchers
on Rocky Linux 8.
What is python3-betamax-matchers
A set of third-party matchers for Betamax.
We can use yum
or dnf
to install python3-betamax-matchers
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-betamax-matchers.
Install python3-betamax-matchers on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-betamax-matchers
using dnf
by running the following command:
sudo dnf -y install python3-betamax-matchers
Install python3-betamax-matchers on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-betamax-matchers
using yum
by running the following command:
sudo yum -y install python3-betamax-matchers
How To Uninstall python3-betamax-matchers on Rocky Linux 8
To uninstall only the python3-betamax-matchers
package we can use the following command:
sudo dnf remove python3-betamax-matchers
python3-betamax-matchers Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/betamax_matchers
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/betamax_matchers-0.4.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/betamax_matchers/__init__.py
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/_compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/_compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/form_urlencoded.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/form_urlencoded.cpython-36.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/json_body.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/json_body.cpython-36.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/multipart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/__pycache__/multipart.cpython-36.pyc
/usr/lib/python3.6/site-packages/betamax_matchers/_compat.py
/usr/lib/python3.6/site-packages/betamax_matchers/form_urlencoded.py
/usr/lib/python3.6/site-packages/betamax_matchers/json_body.py
/usr/lib/python3.6/site-packages/betamax_matchers/multipart.py
/usr/share/doc/python3-betamax-matchers
/usr/share/doc/python3-betamax-matchers/AUTHORS.rst
/usr/share/doc/python3-betamax-matchers/HISTORY.rst
/usr/share/doc/python3-betamax-matchers/README.rst
/usr/share/licenses/python3-betamax-matchers
/usr/share/licenses/python3-betamax-matchers/LICENSE
References
Summary
In this tutorial we learn how to install python3-betamax-matchers
on Rocky Linux 8 using yum and dnf.