How to Install and Uninstall python3-gear.noarch Package on Fedora 34
Last updated: November 26,2024
1. Install "python3-gear.noarch" package
In this section, we are going to explain the necessary steps to install python3-gear.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-gear.noarch
Copied
2. Uninstall "python3-gear.noarch" package
Here is a brief guide to show you how to uninstall python3-gear.noarch on Fedora 34:
$
sudo dnf remove
python3-gear.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-gear.noarch package on Fedora 34
Last metadata expiration check: 1:09:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-gear
Version : 0.15.1
Release : 6.fc34
Architecture : noarch
Size : 86 k
Source : python-gear-0.15.1-6.fc34.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.
Available Packages
Name : python3-gear
Version : 0.15.1
Release : 6.fc34
Architecture : noarch
Size : 86 k
Source : python-gear-0.15.1-6.fc34.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.