How To Install davix on Rocky Linux 8

In this tutorial we learn how to install davix on Rocky Linux 8. davix is Toolkit for Http-based file management

Introduction

In this tutorial we learn how to install davix on Rocky Linux 8.

What is davix

Davix is a toolkit designed for file operations with Http based protocols (WebDav, Amazon S3, …). Davix provides an API and a set of command line tools.

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

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

sudo dnf -y install davix

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

sudo yum -y install davix

How To Uninstall davix on Rocky Linux 8

To uninstall only the davix package we can use the following command:

sudo dnf remove davix

davix Package Contents on Rocky Linux 8

/usr/bin/davix-cp
/usr/bin/davix-get
/usr/bin/davix-http
/usr/bin/davix-ls
/usr/bin/davix-mkdir
/usr/bin/davix-mv
/usr/bin/davix-put
/usr/bin/davix-rm
/usr/bin/davix-tester
/usr/bin/davix-unit-tests
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/1fd28a7cdd86e2775674e3fd9c83825cfcb5d6
/usr/lib/.build-id/21
/usr/lib/.build-id/21/b0f3e0ee18848fc72aae0b08d0cbd8a434fd9e
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/34833d8b6177ae329effec7d76d9daaec182a7
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/3eddd1a929131cb392f4c33e3d5f202c21d01b
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/e047610b420e9a3a442e21bda212397b30be28
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/4d257f96cc05f3003efa62b7a5f47c74f02cf9
/usr/lib/.build-id/74
/usr/lib/.build-id/74/b207b0d8d29208a0d20f9b4b19bdcad337c1c3
/usr/lib/.build-id/81
/usr/lib/.build-id/81/be560738a098afad0a81dd12fff889a3c3f4c4
/usr/lib/.build-id/98
/usr/lib/.build-id/98/6352050da433ec1d080f438101f9ec7b30c692
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/c56fcfc8c45fb348edd2b6a7f3fe165db9d29d
/usr/share/man/man1/davix-get.1.gz
/usr/share/man/man1/davix-http.1.gz
/usr/share/man/man1/davix-ls.1.gz
/usr/share/man/man1/davix-mkdir.1.gz
/usr/share/man/man1/davix-mv.1.gz
/usr/share/man/man1/davix-put.1.gz
/usr/share/man/man1/davix-rm.1.gz

References

Summary

In this tutorial we learn how to install davix on Rocky Linux 8 using yum and dnf.