How to Install and Uninstall czmq.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "czmq.x86_64" package

This guide let you learn how to install czmq.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install czmq.x86_64

2. Uninstall "czmq.x86_64" package

This tutorial shows how to uninstall czmq.x86_64 on Fedora 35:

$ sudo dnf remove czmq.x86_64 $ sudo dnf autoremove

3. Information about the czmq.x86_64 package on Fedora 35

Last metadata expiration check: 2:46:12 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : czmq
Version : 4.2.1
Release : 6.fc34
Architecture : x86_64
Size : 196 k
Source : czmq-4.2.1-6.fc34.src.rpm
Repository : fedora
Summary : High-level C binding for 0MQ (ZeroMQ)
URL : http://czmq.zeromq.org
License : MPLv2.0
Description : CZMQ has the following goals:
: i) To wrap the ØMQ core API in semantics that are natural and lead to
: shorter, more readable applications.
: ii) To hide the differences between versions of ØMQ.
: iii) To provide a space for development of more sophisticated API semantics.