How To Install chezdav on Fedora 36
Introduction
In this tutorial we learn how to install chezdav
on Fedora 36.
What is chezdav
The chezdav package contains a simple tool to share a directory with WebDAV. The service is announced over mDNS for clients to discover.
We can use yum
or dnf
to install chezdav
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install chezdav.
Install chezdav 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 chezdav
using dnf
by running the following command:
sudo dnf -y install chezdav
Install chezdav 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 chezdav
using yum
by running the following command:
sudo yum -y install chezdav
How To Uninstall chezdav on Fedora 36
To uninstall only the chezdav
package we can use the following command:
sudo dnf remove chezdav
chezdav Package Contents on Fedora 36
/usr/bin/chezdav
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/a84cdcf3eff68e9573c2e94aba31902d715007
/usr/share/man/man1/chezdav.1.gz
References
Summary
In this tutorial we learn how to install chezdav
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).