How to Install and Uninstall python3-zmq.x86_64 Package on Fedora 35

Last updated: November 28,2024

1. Install "python3-zmq.x86_64" package

This guide let you learn how to install python3-zmq.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-zmq.x86_64

2. Uninstall "python3-zmq.x86_64" package

This guide covers the steps necessary to uninstall python3-zmq.x86_64 on Fedora 35:

$ sudo dnf remove python3-zmq.x86_64 $ sudo dnf autoremove

3. Information about the python3-zmq.x86_64 package on Fedora 35

Last metadata expiration check: 4:34:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-zmq
Version : 22.2.1
Release : 1.fc35
Architecture : x86_64
Size : 400 k
Source : python-zmq-22.2.1-1.fc35.src.rpm
Repository : fedora
Summary : Software library for fast, message-based applications
URL : https://zeromq.org/languages/python/
License : LGPLv3+
Description : The 0MQ lightweight messaging kernel is a library which extends the
: standard socket interfaces with features traditionally provided by
: specialized messaging middle-ware 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 python bindings.