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

Last updated: October 06,2024

1. Install "cppzmq-devel.i686" package

This guide let you learn how to install cppzmq-devel.i686 on Fedora 34

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

2. Uninstall "cppzmq-devel.i686" package

This guide covers the steps necessary to uninstall cppzmq-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:18:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : cppzmq-devel
Version : 4.8.1
Release : 1.fc34
Architecture : i686
Size : 33 k
Source : cppzmq-4.8.1-1.fc34.src.rpm
Repository : updates
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.