How To Install perl-HTTP-DAV on AlmaLinux 8

In this tutorial we learn how to install perl-HTTP-DAV in AlmaLinux 8. perl-HTTP-DAV is WebDAV client library for Perl5

Introduction

In this tutorial we learn how to install perl-HTTP-DAV on AlmaLinux 8.

What is perl-HTTP-DAV

HTTP web servers using the WebDAV protocol. Now you can LOCK, DELETE and PUT files and much more on a DAV-enabled web server.

We can use yum or dnf to install perl-HTTP-DAV on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTTP-DAV.

Install perl-HTTP-DAV on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTTP-DAV using dnf by running the following command:

sudo dnf -y install perl-HTTP-DAV

Install perl-HTTP-DAV on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTTP-DAV using yum by running the following command:

sudo yum -y install perl-HTTP-DAV

How To Uninstall perl-HTTP-DAV on AlmaLinux 8

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

sudo dnf remove perl-HTTP-DAV

References

Summary

In this tutorial we learn how to install perl-HTTP-DAV on AlmaLinux 8 using yum and dnf.