How to Install and Uninstall python-gear Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-gear" package

In this section, we are going to explain the necessary steps to install python-gear on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gear

2. Uninstall "python-gear" package

Please follow the guidelines below to uninstall python-gear on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-gear $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-gear package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-gear
Priority: optional
Section: universe/python
Installed-Size: 177
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.5.8-2
Depends: python-daemon (>= 2.0.4), python-extras, python-pbr, python (>= 2.7) | python-argparse, python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-statsd
Filename: pool/universe/p/python-gear/python-gear_0.5.8-2_all.deb
Size: 28262
MD5sum: 3324743c52eee2d15169c9cb2cfb8cf3
SHA1: b3c7e860b95cfd00aedf0c7f34c99e72792f5569
SHA256: aa785d937d0383333313f28878e5cfc76515158fdbc5782f86bee3b0868c8c02
Description-en: Pure Python Async Gear Protocol Library - Python 2.x
python-gear is a pure-Python asynchronous library to interface with 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 abstration 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.
.
Installing the suggested python-statsd package would add support for reporting
to statsd a frontend to Graphite a stats collection and graphing server.
.
This package contains the Python 2.x module.
Description-md5: dd27be2e00c4fde0d77192aa004510e7
Homepage: https://pypi.python.org/pypi/gear
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu