How To Install ghc-network-multicast on Fedora 36

In this tutorial we learn how to install ghc-network-multicast in Fedora 36. ghc-network-multicast is Simple multicast library

Introduction

In this tutorial we learn how to install ghc-network-multicast on Fedora 36.

What is ghc-network-multicast

The “Network.Multicast” module is for sending UDP datagrams over multicast (class D) addresses.

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

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

sudo dnf -y install ghc-network-multicast

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

sudo yum -y install ghc-network-multicast

How To Uninstall ghc-network-multicast on Fedora 36

To uninstall only the ghc-network-multicast package we can use the following command:

sudo dnf remove ghc-network-multicast

ghc-network-multicast Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/522269f50c0e2b4549d380a662d3b75e2e351a
/usr/lib64/libHSnetwork-multicast-0.3.2-JbVyJEbPHEPBOoEou2AhRK-ghc8.10.5.so
/usr/share/licenses/ghc-network-multicast
/usr/share/licenses/ghc-network-multicast/LICENSE

References

Summary

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