How To Install daq-modules on Fedora 36

In this tutorial we learn how to install daq-modules in Fedora 36. daq-modules is Dynamic DAQ modules

Introduction

In this tutorial we learn how to install daq-modules on Fedora 36.

What is daq-modules

Dynamic DAQ modules.

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

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

sudo dnf -y install daq-modules

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

sudo yum -y install daq-modules

How To Uninstall daq-modules on Fedora 36

To uninstall only the daq-modules package we can use the following command:

sudo dnf remove daq-modules

daq-modules Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/d7342693c7823f60c4951d388d9fcaa4b0bacf
/usr/lib/.build-id/20
/usr/lib/.build-id/20/db7dffed75e6e224b0e3158fc79a29ebe92c01
/usr/lib/.build-id/60
/usr/lib/.build-id/60/db623e93ddf89f336f0351c70c7a813ddb9fc8
/usr/lib/.build-id/88
/usr/lib/.build-id/88/bb343a83953cbb19284edc0bf0afbff2a4872b
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/0ac7a9a3c73e455d05c9bf36b44ede2ae4e31e
/usr/lib64/daq
/usr/lib64/daq/daq_afpacket.so
/usr/lib64/daq/daq_dump.so
/usr/lib64/daq/daq_ipfw.so
/usr/lib64/daq/daq_nfq.so
/usr/lib64/daq/daq_pcap.so
/usr/share/licenses/daq-modules
/usr/share/licenses/daq-modules/COPYING

References

Summary

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