How To Install fbzmq on Fedora 36
Introduction
In this tutorial we learn how to install fbzmq
on Fedora 36.
What is fbzmq
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.
We can use yum
or dnf
to install fbzmq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fbzmq.
Install fbzmq on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fbzmq
using dnf
by running the following command:
sudo dnf -y install fbzmq
Install fbzmq on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fbzmq
using yum
by running the following command:
sudo yum -y install fbzmq
How To Uninstall fbzmq on Fedora 36
To uninstall only the fbzmq
package we can use the following command:
sudo dnf remove fbzmq
fbzmq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/fabbcb3b79dbe84bf64ee396f872d691f27786
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/2742d6a2f74c95188ec0f76895ebf75c036dcf
/usr/lib/libfbzmq.so.2022.03.14.00
/usr/lib/libmonitor_cpp2.so.2022.03.14.00
/usr/share/doc/fbzmq
/usr/share/doc/fbzmq/README.md
/usr/share/licenses/fbzmq
/usr/share/licenses/fbzmq/LICENSE
References
Summary
In this tutorial we learn how to install fbzmq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install fbzmq on Fedora 36” linkTitle: “fbzmq” type: “docs” description: “In this tutorial we learn how to install fbzmq in Fedora 36. fbzmq is Framework for writing services in C++ while leveraging libzmq” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/fbzmq-featured.png
Introduction
In this tutorial we learn how to install fbzmq
on Fedora 36.
What is fbzmq
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.
We can use yum
or dnf
to install fbzmq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fbzmq.
Install fbzmq on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fbzmq
using dnf
by running the following command:
sudo dnf -y install fbzmq
Install fbzmq on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fbzmq
using yum
by running the following command:
sudo yum -y install fbzmq
How To Uninstall fbzmq on Fedora 36
To uninstall only the fbzmq
package we can use the following command:
sudo dnf remove fbzmq
fbzmq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/2a7e61aed7040a1d14081fb807b9b5ccedbc52
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/c594c3c30c75757feea848b69c4bd85692af20
/usr/lib64/libfbzmq.so.2022.03.14.00
/usr/lib64/libmonitor_cpp2.so.2022.03.14.00
/usr/share/doc/fbzmq
/usr/share/doc/fbzmq/README.md
/usr/share/licenses/fbzmq
/usr/share/licenses/fbzmq/LICENSE
References
Summary
In this tutorial we learn how to install fbzmq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).