How To Install sheepdog-libs on Fedora 36

In this tutorial we learn how to install sheepdog-libs in Fedora 36. sheepdog-libs is Libraries for the Sheepdog distributed storage system

Introduction

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

What is sheepdog-libs

This package contains the libsheepdog shared library.

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

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

sudo dnf -y install sheepdog-libs

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

sudo yum -y install sheepdog-libs

How To Uninstall sheepdog-libs on Fedora 36

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

sudo dnf remove sheepdog-libs

sheepdog-libs Package Contents on Fedora 36

---
title: "How To Install sheepdog-libs on Fedora 36"
linkTitle: "sheepdog-libs"
type: "docs"
description: "In this tutorial we learn how to install sheepdog-libs in Fedora 36. sheepdog-libs is Libraries for the Sheepdog distributed storage system"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sheepdog-libs-featured.png
---

## Introduction

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

### What is `sheepdog-libs`

> This package contains the libsheepdog shared library.  

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

## Install sheepdog-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install sheepdog-libs using dnf by running the following command:

sudo dnf -y install sheepdog-libs

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

sudo yum -y install sheepdog-libs

How To Uninstall sheepdog-libs on Fedora 36

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

sudo dnf remove sheepdog-libs

sheepdog-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/6b0b7b7759a3690984ead5d7855734867f3673
/usr/lib/libsheepdog.so

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/ba /usr/lib/.build-id/ba/0733f70f69f34516a66f67cdafb8ee9c30f576 /usr/lib64/libsheepdog.so


## References

* [sheepdog-libs website](http://sheepdog.github.io/sheepdog)

## Summary

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