How To Install python3-gear on Fedora 36

In this tutorial we learn how to install python3-gear in Fedora 36. python3-gear is Pure Python Async Gear Protocol Library

Introduction

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

What is python3-gear

python-gear implements an asynchronous event-driven interface to Gearman. It provides interfaces to build a client or worker, and access to the administrative protocol. The design approach is to keep it simple, with a relatively thin abstraction of the Gearman protocol itself. It should be easy to use to build a client or worker that operates either synchronously or asynchronously. The module also provides a simple Gearman server for use as a convenience in unit tests. The server is not designed for production use under load.

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

Install python3-gear 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-gear using dnf by running the following command:

sudo dnf -y install python3-gear

Install python3-gear 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-gear using yum by running the following command:

sudo yum -y install python3-gear

How To Uninstall python3-gear on Fedora 36

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

sudo dnf remove python3-gear

python3-gear Package Contents on Fedora 36

/usr/bin/geard
/usr/lib/python3.10/site-packages/gear
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/gear-0.15.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/gear/__init__.py
/usr/lib/python3.10/site-packages/gear/__pycache__
/usr/lib/python3.10/site-packages/gear/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/__pycache__/acl.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/__pycache__/acl.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/acl.py
/usr/lib/python3.10/site-packages/gear/cmd
/usr/lib/python3.10/site-packages/gear/cmd/__init__.py
/usr/lib/python3.10/site-packages/gear/cmd/__pycache__
/usr/lib/python3.10/site-packages/gear/cmd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/cmd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/cmd/__pycache__/geard.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/cmd/__pycache__/geard.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/cmd/geard.py
/usr/lib/python3.10/site-packages/gear/constants.py
/usr/lib/python3.10/site-packages/gear/tests
/usr/lib/python3.10/site-packages/gear/tests/__init__.py
/usr/lib/python3.10/site-packages/gear/tests/__pycache__
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/test_functional.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/test_functional.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/test_gear.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gear/tests/__pycache__/test_gear.cpython-310.pyc
/usr/lib/python3.10/site-packages/gear/tests/test_functional.py
/usr/lib/python3.10/site-packages/gear/tests/test_gear.py
/usr/share/doc/python3-gear
/usr/share/doc/python3-gear/CONTRIBUTING.rst
/usr/share/doc/python3-gear/README.rst
/usr/share/doc/python3-gear/doc
/usr/share/doc/python3-gear/doc/requirements.txt
/usr/share/doc/python3-gear/doc/source
/usr/share/doc/python3-gear/doc/source/conf.py
/usr/share/doc/python3-gear/doc/source/geard.rst
/usr/share/doc/python3-gear/doc/source/index.rst
/usr/share/licenses/python3-gear
/usr/share/licenses/python3-gear/LICENSE

References

Summary

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