How to Install and Uninstall cppzmq-devel.i686 Package on Fedora 39

Last updated: January 15,2025

1. Install "cppzmq-devel.i686" package

Please follow the instructions below to install cppzmq-devel.i686 on Fedora 39

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

2. Uninstall "cppzmq-devel.i686" package

This guide let you learn how to uninstall cppzmq-devel.i686 on Fedora 39:

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

3. Information about the cppzmq-devel.i686 package on Fedora 39

Last metadata expiration check: 2:52:37 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cppzmq-devel
Version : 4.10.0
Release : 2.fc39
Architecture : i686
Size : 34 k
Source : cppzmq-4.10.0-2.fc39.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.