How to Install and Uninstall python3-gear.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "python3-gear.noarch" package

Please follow the steps below to install python3-gear.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-gear.noarch

2. Uninstall "python3-gear.noarch" package

Learn how to uninstall python3-gear.noarch on Fedora 38:

$ sudo dnf remove python3-gear.noarch $ sudo dnf autoremove

3. Information about the python3-gear.noarch package on Fedora 38

Last metadata expiration check: 2:36:13 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-gear
Version : 0.16.0
Release : 2.fc38
Architecture : noarch
Size : 119 k
Source : python-gear-0.16.0-2.fc38.src.rpm
Repository : fedora
Summary : Pure Python Async Gear Protocol Library
URL : https://opendev.org/opendev/gear
License : ASL 2.0
Description : 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.