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

Last updated: September 28,2024

1. Install "python-txzmq" package

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

$ sudo apt update $ sudo apt install python-txzmq

2. Uninstall "python-txzmq" package

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

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

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

Package: python-txzmq
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: txzmq
Version: 0.7.3-1
Depends: python-twisted-core, python-zmq (>= 13), python-zope.interface, python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/t/txzmq/python-txzmq_0.7.3-1_all.deb
Size: 13834
MD5sum: 1917b8587e8990eda31959b706304833
SHA1: 64f076d7f3183b7d399889a2b0fd18b86d24d142
SHA256: 901e17583ad2a17b79d8b93ce9b931268921ccc515d708742b7af7ec13ef24b5
Description-en: Python module providing ZeroMQ binding for the Twisted framework
txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
(reactor).
.
0MQ is a high performance asynchronous brokerless messaging library.
.
Twisted is an event-based framework for internet applications.
Description-md5: c8e45800b418a34c3223663e7cc6c3d9
Homepage: https://github.com/smira/txZMQ
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu