How To Install dmlite-apache-httpd on Rocky Linux 8

In this tutorial we learn how to install dmlite-apache-httpd on Rocky Linux 8. dmlite-apache-httpd is Apache HTTPD frontend for dmlite

Introduction

In this tutorial we learn how to install dmlite-apache-httpd on Rocky Linux 8.

What is dmlite-apache-httpd

This package provides the HTTP/WebDAV frontend to DMLite. It’s used for DPM and Dynafed

We can use yum or dnf to install dmlite-apache-httpd on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install dmlite-apache-httpd.

Install dmlite-apache-httpd on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dmlite-apache-httpd using dnf by running the following command:

sudo dnf -y install dmlite-apache-httpd

Install dmlite-apache-httpd on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dmlite-apache-httpd using yum by running the following command:

sudo yum -y install dmlite-apache-httpd

How To Uninstall dmlite-apache-httpd on Rocky Linux 8

To uninstall only the dmlite-apache-httpd package we can use the following command:

sudo dnf remove dmlite-apache-httpd

dmlite-apache-httpd Package Contents on Rocky Linux 8

/etc/cron.d/lcgdm-dav-graceful.cron
/etc/cron.d/lcgdm-dav-session-cache-clean.cron
/etc/httpd/conf.d/zlcgdm-dav.conf
/usr/bin/htcopy
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/ab527af4770b7c3ce86824477c0a588d558c2d
/usr/lib/.build-id/45
/usr/lib/.build-id/45/8c3340db3c4b5dac6cb3be61919d89a9d2191e
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/0f39f380aee2d139d72559649ed1caaee87b30
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/4bb6fc3104882cc03183807a9da946c50bea33
/usr/lib/.build-id/66
/usr/lib/.build-id/66/66aab3b367992a551218bbcd1ace0a34b3ecd2
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/a9bf6d999ec983b7be47248e2450d203126063
/usr/lib64/httpd/modules/mod_lcgdm_dav.so
/usr/lib64/httpd/modules/mod_lcgdm_disk.so
/usr/lib64/httpd/modules/mod_lcgdm_ns.so
/usr/lib64/libdmlitemacaroons.so
/usr/lib64/liblcgdmhtext.so.1
/usr/lib64/liblcgdmhtext.so.1.15.1
/usr/share/doc/dmlite-apache-httpd
/usr/share/doc/dmlite-apache-httpd/LICENSE
/usr/share/doc/dmlite-apache-httpd/README
/usr/share/lcgdm-dav/css
/usr/share/lcgdm-dav/css/lcgdm-dav.css
/usr/share/lcgdm-dav/errors
/usr/share/lcgdm-dav/errors/400.shtml
/usr/share/lcgdm-dav/errors/403.shtml
/usr/share/lcgdm-dav/errors/404.shtml
/usr/share/lcgdm-dav/errors/405.shtml
/usr/share/lcgdm-dav/errors/409.shtml
/usr/share/lcgdm-dav/errors/500.shtml
/usr/share/lcgdm-dav/errors/501.shtml
/usr/share/lcgdm-dav/errors/503.shtml
/usr/share/lcgdm-dav/errors/507.shtml
/usr/share/lcgdm-dav/icons
/usr/share/lcgdm-dav/icons/400.png
/usr/share/lcgdm-dav/icons/403.png
/usr/share/lcgdm-dav/icons/404.png
/usr/share/lcgdm-dav/icons/405.png
/usr/share/lcgdm-dav/icons/409.png
/usr/share/lcgdm-dav/icons/500.png
/usr/share/lcgdm-dav/icons/501.png
/usr/share/lcgdm-dav/icons/503.png
/usr/share/lcgdm-dav/icons/507.png
/usr/share/lcgdm-dav/icons/dpm20.png
/usr/share/lcgdm-dav/icons/favicon.ico
/usr/share/lcgdm-dav/icons/metalink16.png
/usr/share/lcgdm-dav/js
/usr/share/lcgdm-dav/js/ui.js
/usr/share/lcgdm-dav/robots.txt
/usr/share/man/man1/htcopy.1.gz

References

Summary

In this tutorial we learn how to install dmlite-apache-httpd on Rocky Linux 8 using yum and dnf.