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

Last updated: May 19,2024

1. Install "python3-gear" package

This guide covers the steps necessary to install python3-gear on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-gear

2. Uninstall "python3-gear" package

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

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

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

Package: python3-gear
Priority: optional
Section: universe/python
Installed-Size: 177
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-gear
Version: 0.5.8-2
Depends: python3-daemon, python3-extras, python3-pbr, python3 (>= 3.2), python3.5, python3:any (>= 3.3.2-2~)
Suggests: python3-statsd
Filename: pool/universe/p/python-gear/python3-gear_0.5.8-2_all.deb
Size: 28314
MD5sum: 59a743bb25cdd45cc958306999f1602c
SHA1: 455031971b14545fb8269e13ee20cdf05de1c2ef
SHA256: 714c75c07e93e4c709848f8a6ad3e5f51e138613e56f61a565990459e423533d
Description-en: Pure Python Async Gear Protocol Library - Python 3.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 3.x module.
Description-md5: fbbf1270f64a4151dd13c51a584e0e30
Homepage: https://pypi.python.org/pypi/gear
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu