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

Last updated: May 19,2024

1. Install "python-zmq-dbg" package

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

$ sudo apt update $ sudo apt install python-zmq-dbg

2. Uninstall "python-zmq-dbg" package

This tutorial shows how to uninstall python-zmq-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zmq-dbg $ sudo apt autoclean && sudo apt autoremove

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

Package: python-zmq-dbg
Priority: extra
Section: universe/debug
Installed-Size: 559
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyzmq
Version: 15.2.0-0ubuntu4
Depends: python-zmq (= 15.2.0-0ubuntu4), python-dbg (<< 2.8), python-dbg (>= 2.7~), libc6 (>= 2.14), libzmq5 (>= 4.1.2)
Filename: pool/universe/p/pyzmq/python-zmq-dbg_15.2.0-0ubuntu4_amd64.deb
Size: 138938
MD5sum: 0c982c03b36f67e92a64a71ee357bf1b
SHA1: 06543364df87ff416535b24d42167401e2d68db0
SHA256: d941715bedb673dd0ec60b8af591565982f9754fe7166682e5b19cd30a6c01c3
Description-en: Python bindings for 0MQ library - debugging files
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the Python debug interpreter.
Description-md5: 0f0d48ea76cc383fb44bcab58f3181c9
Homepage: http://www.zeromq.org/bindings:python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu