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

Last updated: September 23,2024

1. Install "python3-gear.noarch" package

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

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

2. Uninstall "python3-gear.noarch" package

Please follow the instructions below to uninstall python3-gear.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:39:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-gear
Version : 0.15.1
Release : 9.fc35
Architecture : noarch
Size : 88 k
Source : python-gear-0.15.1-9.fc35.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.