How To Install ghc-DAV on Fedora 36

In this tutorial we learn how to install ghc-DAV in Fedora 36. ghc-DAV is RFC 4918 WebDAV support

Introduction

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

What is ghc-DAV

This is a library for the Web Distributed Authoring and Versioning (WebDAV) extensions to HTTP. At present it supports a very small subset of client functionality. In addition, there is an executable, hdav, which can be used for command-line operation.

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

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

sudo dnf -y install ghc-DAV

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

sudo yum -y install ghc-DAV

How To Uninstall ghc-DAV on Fedora 36

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

sudo dnf remove ghc-DAV

ghc-DAV Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/bef873badb33da425d5498ef0ed0e2d7e47a64
/usr/lib64/libHSDAV-1.3.4-DLS2T7l98s23kisyUeaPv-ghc8.10.5.so
/usr/share/licenses/ghc-DAV
/usr/share/licenses/ghc-DAV/LICENSE

References

Summary

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