How to Install and Uninstall fbzmq.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "fbzmq.i686" package

This is a short guide on how to install fbzmq.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install fbzmq.i686

2. Uninstall "fbzmq.i686" package

Please follow the guidance below to uninstall fbzmq.i686 on Fedora 34:

$ sudo dnf remove fbzmq.i686 $ sudo dnf autoremove

3. Information about the fbzmq.i686 package on Fedora 34

Last metadata expiration check: 0:24:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : fbzmq
Version : 2021.04.26.00
Release : 1.fc34
Architecture : i686
Size : 276 k
Source : fbzmq-2021.04.26.00-1.fc34.src.rpm
Repository : updates
Summary : Framework for writing services in C++ while leveraging libzmq
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.