How To Install sheepdog on Fedora 36

In this tutorial we learn how to install sheepdog in Fedora 36. sheepdog is The Sheepdog distributed storage system for KVM/QEMU

Introduction

In this tutorial we learn how to install sheepdog on Fedora 36.

What is sheepdog

This package contains the Sheepdog server and the “dog” command line tool, which offer a distributed object storage system for KVM.

We can use yum or dnf to install sheepdog on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sheepdog.

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

sudo dnf -y install sheepdog

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

sudo yum -y install sheepdog

How To Uninstall sheepdog on Fedora 36

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

sudo dnf remove sheepdog

sheepdog Package Contents on Fedora 36

/etc/bash_completion.d/dog
/etc/sysconfig/sheepdog
/usr/bin/dog
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/c5375fbe9e8009dbe72bfd6877acf7e1c94e45
/usr/lib/.build-id/82
/usr/lib/.build-id/82/22a526e241e166d1e9205a8389c16e532e5b68
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/03e9cac4d14468b86cc07c792dba0ead122b43
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/427e7a05282c1ddc4fafb61da34d6653b99261
/usr/lib/systemd/system/sheepdog.service
/usr/lib/systemd/system/sheepdog.timer
/usr/sbin/sheep
/usr/sbin/sheepfs
/usr/sbin/shepherd
/usr/share/doc/sheepdog
/usr/share/doc/sheepdog/COPYING
/usr/share/doc/sheepdog/README
/usr/share/man/man8/dog.8.gz
/usr/share/man/man8/sheep.8.gz
/usr/share/man/man8/sheepfs.8.gz
/var/lib/sheepdog

References

Summary

In this tutorial we learn how to install sheepdog on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).