How To Install spice-webdavd on Fedora 36
Introduction
In this tutorial we learn how to install spice-webdavd
on Fedora 36.
What is spice-webdavd
The spice-webdavd package contains a daemon to proxy WebDAV request to the Spice virtio channel.
We can use yum
or dnf
to install spice-webdavd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install spice-webdavd.
Install spice-webdavd 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 spice-webdavd
using dnf
by running the following command:
sudo dnf -y install spice-webdavd
Install spice-webdavd 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 spice-webdavd
using yum
by running the following command:
sudo yum -y install spice-webdavd
How To Uninstall spice-webdavd on Fedora 36
To uninstall only the spice-webdavd
package we can use the following command:
sudo dnf remove spice-webdavd
spice-webdavd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/6ac5bba6ea8476489d834a14e79b171984f5ab
/usr/lib/systemd/system/spice-webdavd.service
/usr/lib/udev/rules.d/70-spice-webdavd.rules
/usr/sbin/spice-webdavd
/usr/share/licenses/spice-webdavd
/usr/share/licenses/spice-webdavd/COPYING
References
Summary
In this tutorial we learn how to install spice-webdavd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).