How to Install and Uninstall cppzmq-devel.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "cppzmq-devel.x86_64" package

Please follow the steps below to install cppzmq-devel.x86_64 on Fedora 35

$ 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 Fedora 35:

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

3. Information about the cppzmq-devel.x86_64 package on Fedora 35

Last metadata expiration check: 2:24:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : cppzmq-devel
Version : 4.8.1
Release : 1.fc35
Architecture : x86_64
Size : 33 k
Source : cppzmq-4.8.1-1.fc35.src.rpm
Repository : fedora
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.