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

Last updated: May 18,2024

1. Install "python-pydispatch" package

Here is a brief guide to show you how to install python-pydispatch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pydispatch

2. Uninstall "python-pydispatch" package

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

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

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

Package: python-pydispatch
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pydispatcher
Version: 2.0.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-pydispatch-doc
Filename: pool/universe/p/pydispatcher/python-pydispatch_2.0.5-1_all.deb
Size: 10914
MD5sum: 4c741e02e49c156ddc3204961fad325f
SHA1: 66bab5ebd4c536f4b2a4713bae1d9025b1f0ef4b
SHA256: a97519b4e019af102904e40e6494a8f42eb34fe1b3aede9e7d77fc9c3e697285
Description-en: Python signal dispatching mechanism
PyDispatcher provides the Python programmer with a
multiple-producer-multiple-consumer signal-registration and routing
infrastructure for use in multiple contexts. The mechanism of PyDispatcher
started life as a highly rated recipe in the Python Cookbook. The project
aims to include various enhancements to the recipe developed during use in
various applications.
.
This is the Python 2 version of PyDispatcher.
Description-md5: 825f82f136a9eb4f9c15eb847dae0803
Homepage: http://pydispatcher.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu