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

Last updated: May 17,2024

1. Install "pypy-zmq" package

This guide covers the steps necessary to install pypy-zmq on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-zmq

2. Uninstall "pypy-zmq" package

Please follow the step by step instructions below to uninstall pypy-zmq on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pypy-zmq $ sudo apt autoclean && sudo apt autoremove

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

Package: pypy-zmq
Priority: optional
Section: universe/python
Installed-Size: 566
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyzmq
Version: 15.2.0-0ubuntu4
Depends: pypy (>= 2.2), pypy-abi-41, libc6 (>= 2.14), libzmq5 (>= 4.1.2)
Filename: pool/universe/p/pyzmq/pypy-zmq_15.2.0-0ubuntu4_amd64.deb
Size: 102304
MD5sum: eab69e4e4365f915ef0215a3c8f7a5ea
SHA1: 604c372eb429a50652ff22f71ab2ac2a2d0da7e3
SHA256: d5a91f845f9928ad9d25b8826449501c30dd79116a29eacc2e9d17ad9763d818
Description-en: PyPy bindings for 0MQ library
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 PyPy interpreter.
Description-md5: 421b1070ebd82b94306411cf2d1f1033
Homepage: http://www.zeromq.org/bindings:python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu