How to Install and Uninstall fbzmq.x86_64 Package on Fedora 36
Last updated: January 11,2025
1. Install "fbzmq.x86_64" package
Please follow the steps below to install fbzmq.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
fbzmq.x86_64
Copied
2. Uninstall "fbzmq.x86_64" package
This guide covers the steps necessary to uninstall fbzmq.x86_64 on Fedora 36:
$
sudo dnf remove
fbzmq.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the fbzmq.x86_64 package on Fedora 36
Last metadata expiration check: 2:11:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fbzmq
Version : 2022.03.14.00
Release : 1.fc36
Architecture : x86_64
Size : 240 k
Source : fbzmq-2022.03.14.00-1.fc36.src.rpm
Repository : fedora
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.
Available Packages
Name : fbzmq
Version : 2022.03.14.00
Release : 1.fc36
Architecture : x86_64
Size : 240 k
Source : fbzmq-2022.03.14.00-1.fc36.src.rpm
Repository : fedora
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.