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

Last updated: May 09,2024

1. Install "python3-zmq-dbg" package

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

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

2. Uninstall "python3-zmq-dbg" package

Please follow the guidance below to uninstall python3-zmq-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-zmq-dbg
Priority: extra
Section: universe/debug
Installed-Size: 573
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyzmq
Version: 15.2.0-0ubuntu4
Depends: python3-zmq (= 15.2.0-0ubuntu4), python3-dbg (<< 3.6), python3-dbg (>= 3.5~), libc6 (>= 2.14), libzmq5 (>= 4.1.2)
Recommends: python-dbg
Filename: pool/universe/p/pyzmq/python3-zmq-dbg_15.2.0-0ubuntu4_amd64.deb
Size: 139570
MD5sum: 584048274ee96d4568f2ff0006e6163a
SHA1: 0e58ec9a1b3a7ea8a355124b3d36c58f24d1be1a
SHA256: 9e75e0b495ad8d63b0d0da85f33f23e295b6694d3d34de94d57e056b787edd25
Description-en: Python3 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 Python3 debug interpreter.
Description-md5: 1293853622d96f51a330f63bb619e3c1
Homepage: http://www.zeromq.org/bindings:python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu