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

Last updated: May 19,2024

1. Install "python3-pydispatch" package

This guide let you learn how to install python3-pydispatch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pydispatch

2. Uninstall "python3-pydispatch" package

This guide covers the steps necessary to uninstall python3-pydispatch on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Suggests: python-pydispatch-doc
Filename: pool/universe/p/pydispatcher/python3-pydispatch_2.0.5-1_all.deb
Size: 10992
MD5sum: 0df693412bdb56abb378ac82c5ef5c27
SHA1: 3c07853678401251ccdfdee7b6fac964c7c0c69b
SHA256: bc0942bf350f977c0a520f864dc1cf9df00719c0471d83e1665f342e8e74a220
Description-en: Python 3 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 package contains the Python 3 version of PyDispatcher.
Description-md5: db6ec99b7dfe51701e6e6d13c8c1dba4
Homepage: http://pydispatcher.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu