How To Install daggy on Fedora 36

In this tutorial we learn how to install daggy in Fedora 36. daggy is Data Aggregation Utility and developer library

Introduction

In this tutorial we learn how to install daggy on Fedora 36.

What is daggy

Data Aggregation Utility and C/C++ developer library for data streams catching. Main goals are server-less, cross-platform, simplicity and ease-of-use. It can be helpful for developers, QA, DevOps and engineers for debug, analyze and control any data streams, including requests and responses, in distributed network systems, for example, based on micro-service architecture.

We can use yum or dnf to install daggy on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install daggy.

Install daggy 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 daggy using dnf by running the following command:

sudo dnf -y install daggy

Install daggy 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 daggy using yum by running the following command:

sudo yum -y install daggy

How To Uninstall daggy on Fedora 36

To uninstall only the daggy package we can use the following command:

sudo dnf remove daggy

daggy Package Contents on Fedora 36

/usr/bin/daggy
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/bcfe0f60425787b278bab8b30e1f31b2680c16
/usr/lib/.build-id/39
/usr/lib/.build-id/39/e121d81a98f9033d7f412dce60e671a561b9ae
/usr/lib64/libDaggyCore.so
/usr/share/doc/daggy
/usr/share/doc/daggy/README.md
/usr/share/doc/daggy/SUMMARY.md
/usr/share/doc/daggy/changelog.md
/usr/share/doc/daggy/data-aggregation-config.md
/usr/share/doc/daggy/how-it-works.md
/usr/share/doc/daggy/troubleshooting.md
/usr/share/licenses/daggy
/usr/share/licenses/daggy/LICENSE

References

Summary

In this tutorial we learn how to install daggy on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).