How to Install and Uninstall cppzmq-devel.x86_64 Package on CentOS Stream 8

Last updated: March 04,2025

1. Install "cppzmq-devel.x86_64" package

Please follow the step by step instructions below to install cppzmq-devel.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cppzmq-devel.x86_64

2. Uninstall "cppzmq-devel.x86_64" package

Please follow the guidelines below to uninstall cppzmq-devel.x86_64 on CentOS Stream 8:

$ sudo dnf remove cppzmq-devel.x86_64 $ sudo dnf autoremove

3. Information about the cppzmq-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:46:16 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cppzmq-devel
Version : 4.4.1
Release : 1.el8
Architecture : x86_64
Size : 26 k
Source : cppzmq-4.4.1-1.el8.src.rpm
Repository : epel
Summary : Header-only C++ binding for libzmq
URL : https://zeromq.org
License : MIT
Description : cppzmq is a C++ binding for libzmq.
:
: cppzmq maps the libzmq C API to C++ concepts. In particular, it is type-safe,
: provides exception-based error handling, and provides RAII-style classes that
: automate resource management. cppzmq is a light-weight, header-only binding.