How to Install and Uninstall zeromq.x86_64 Package on CentOS Stream 8

Last updated: October 09,2024

1. Install "zeromq.x86_64" package

Here is a brief guide to show you how to install zeromq.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install zeromq.x86_64

2. Uninstall "zeromq.x86_64" package

This guide covers the steps necessary to uninstall zeromq.x86_64 on CentOS Stream 8:

$ sudo dnf remove zeromq.x86_64 $ sudo dnf autoremove

3. Information about the zeromq.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:28:08 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : zeromq
Version : 4.3.4
Release : 3.el8
Architecture : x86_64
Size : 480 k
Source : zeromq-4.3.4-3.el8.src.rpm
Repository : epel
Summary : Software library for fast, message-based applications
URL : https://zeromq.org
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 ZeroMQ shared library.