How To Install mod_dav_svn.x86_64 on Amazon Linux 2

In this tutorial we learn how to install mod_dav_svn.x86_64 in Amazon Linux 2. mod_dav_svn.x86_64 is Apache httpd module for Subversion server

Introduction

In this tutorial we learn how to install mod_dav_svn.x86_64 on Amazon Linux 2.

What is mod_dav_svn.x86_64

The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server.

We can use yum to install mod_dav_svn.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install mod_dav_svn.x86_64.

Install mod_dav_svn.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mod_dav_svn.x86_64 using yum by running the following command:

sudo yum -y install mod_dav_svn.x86_64

How To Uninstall mod_dav_svn.x86_64 on Amazon Linux 2

To uninstall only the mod_dav_svn.x86_64 package we can use the following command:

sudo yum remove mod_dav_svn.x86_64

mod_dav_svn.x86_64 Package Contents on Amazon Linux 2

/etc/httpd/conf.modules.d/10-subversion.conf
/usr/lib64/httpd/modules/mod_authz_svn.so
/usr/lib64/httpd/modules/mod_dav_svn.so
/usr/lib64/httpd/modules/mod_dontdothat.so
/usr/share/doc/mod_dav_svn-1.7.14
/usr/share/doc/mod_dav_svn-1.7.14/example.conf

References

Summary

In this tutorial we learn how to install mod_dav_svn.x86_64 on Amazon Linux 2 using yum.