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

Last updated: May 20,2024

1. Install "python-gearman" package

Please follow the step by step instructions below to install python-gearman on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gearman

2. Uninstall "python-gearman" package

This is a short guide on how to uninstall python-gearman on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gearman
Priority: optional
Section: universe/python
Installed-Size: 525
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 2.0.2-2build1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Suggests: libjs-jquery
Filename: pool/universe/p/python-gearman/python-gearman_2.0.2-2build1_all.deb
Size: 81814
MD5sum: f337d957318785ea0b4e22fe3492e518
SHA1: 3adb08f52ff96cc73f32b7d7686d8853dc374b72
SHA256: 48cd041e1c8c7b6c53960c8216204970f41e3b7fcdf961adc44938600a7d7591
Description-en: Python interface to the Gearman system
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of functions calls, or to call functions between
languages.
.
This package contains a Python implementation of the Gearman protocol, allowing
Python scripts to send and receive Gearman jobs.
Description-md5: c9a7605492584b3b15d75bc6939c05e1
Homepage: http://github.com/Yelp/python-gearman/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu