How to Install and Uninstall fbzmq-devel.i686 Package on Fedora 35

Last updated: October 07,2024

1. Install "fbzmq-devel.i686" package

Please follow the guidelines below to install fbzmq-devel.i686 on Fedora 35

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

2. Uninstall "fbzmq-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall fbzmq-devel.i686 on Fedora 35:

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

3. Information about the fbzmq-devel.i686 package on Fedora 35

Last metadata expiration check: 1:49:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : fbzmq-devel
Version : 2022.03.14.00
Release : 1.fc35
Architecture : i686
Size : 50 k
Source : fbzmq-2022.03.14.00-1.fc35.src.rpm
Repository : updates
Summary : Development files for fbzmq
URL : https://github.com/facebook/fbzmq
License : MIT
Description : fbzmq provides a framework for writing services in C++ while leveraging the
: awesomeness of libzmq (message passing semantics). At a high level it provides
:
: - Lightweight C++ wrapper over libzmq which leverages newer C++ constructs and
: stricter type checking. Most notably it provides the ability to send/receive
: thrift objects as messages over wire without worrying about wire
: encoding/decoding protocols.
: - Powerful Async Framework with EventLoop, Timeouts, SignalHandler and more to
: enable developers to write asynchronous applications efficiently.
: - Suite of monitoring tools that make it easy to add logging and counters to
: your service.
:
: The fbzmq-devel package contains libraries and header files for
: developing applications that use fbzmq.