How To Install ghc-DAV-devel on Fedora 36

In this tutorial we learn how to install ghc-DAV-devel in Fedora 36. ghc-DAV-devel is Haskell DAV library development files

Introduction

In this tutorial we learn how to install ghc-DAV-devel on Fedora 36.

What is ghc-DAV-devel

This package provides the Haskell DAV library development files.

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

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

sudo dnf -y install ghc-DAV-devel

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

sudo yum -y install ghc-DAV-devel

How To Uninstall ghc-DAV-devel on Fedora 36

To uninstall only the ghc-DAV-devel package we can use the following command:

sudo dnf remove ghc-DAV-devel

ghc-DAV-devel Package Contents on Fedora 36

/usr/bin/hdav
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/241248bd21162cac538ddf3e5e551432dc2ba7
/usr/lib64/ghc-8.10.5/DAV-1.3.4
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP/DAV
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP/DAV.dyn_hi
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP/DAV.hi
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP/DAV/TH.dyn_hi
/usr/lib64/ghc-8.10.5/DAV-1.3.4/Network/Protocol/HTTP/DAV/TH.hi
/usr/lib64/ghc-8.10.5/DAV-1.3.4/libHSDAV-1.3.4-DLS2T7l98s23kisyUeaPv.a
/usr/lib64/ghc-8.10.5/package.conf.d/DAV-1.3.4.conf
/usr/share/doc/ghc-DAV-devel
/usr/share/doc/ghc-DAV-devel/AUTHORS

References

Summary

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