linkTitle: “sid-iface-libs-devel” title: “How To Install sid-iface-libs-devel on Fedora 36” type: “docs” linkTitle: “sid-iface-libs-devel” description: “In this tutorial we learn how to install sid-iface-libs-devel in Fedora 36. sid-iface-libs-devel is Development files for Storage Instantiation Daemon (SID) interfaces” type: “docs” date: “2022-08-17” lastmod: “2022-08-17” description: “In this tutorial we learn how to install sid-iface-libs-devel in Fedora 36. sid-iface-libs-devel is Development files for Storage Instantiation Daemon (SID) interfaces” date: “2022-08-17” #image: /images/fedora/36/sid-iface-libs-devel-featured.png lastmod: “2022-08-17”

#image: /images/fedora/36/sid-iface-libs-devel-featured.png

Introduction


Introduction

In this tutorial we learn how to install sid-iface-libs-devel on Fedora 36.

What is sid-iface-libs-devel

In this tutorial we learn how to install sid-iface-libs-devel on Fedora 36.

This package contains development files for Storage Instantiation Daemon (SID) interface libraries.

What is sid-iface-libs-devel

This package contains development files for Storage Instantiation Daemon (SID) interface libraries.

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

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

Install sid-iface-libs-devel on Fedora 36 Using dnf

Install sid-iface-libs-devel on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh

sudo dnf makecache –refresh


After updating yum database, We can install `sid-iface-libs-devel` using `dnf` by running the following command:
After updating yum database, We can install `sid-iface-libs-devel` using `dnf` by running the following command:


```bash
```bash
sudo dnf -y install sid-iface-libs-devel
sudo dnf -y install sid-iface-libs-devel


## Install sid-iface-libs-devel on Fedora 36 Using yum
## Install sid-iface-libs-devel on Fedora 36 Using yum


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


```bash
```bash
sudo yum makecache --refresh
sudo yum makecache --refresh


After updating yum database, We can install `sid-iface-libs-devel` using `yum` by running the following command:
After updating yum database, We can install `sid-iface-libs-devel` using `yum` by running the following command:


```bash
```bash
sudo yum -y install sid-iface-libs-devel
sudo yum -y install sid-iface-libs-devel
## How To Uninstall sid-iface-libs-devel on Fedora 36
## How To Uninstall sid-iface-libs-devel on Fedora 36


To uninstall only the `sid-iface-libs-devel` package we can use the following command:
To uninstall only the `sid-iface-libs-devel` package we can use the following command:


```bash
```bash
sudo dnf remove sid-iface-libs-devel
sudo dnf remove sid-iface-libs-devel


## sid-iface-libs-devel Package Contents on Fedora 36
## sid-iface-libs-devel Package Contents on Fedora 36


```bash
```bash
/usr/include/sid
/usr/include/sid/iface
/usr/include/sid/iface/service-link.h
/usr/include/sid/iface/usid.h
/usr/lib64/sid
/usr/lib64/sid/libsidiface_servicelink.so
/usr/lib64/sid/libsidiface_usid.so
/usr/share/doc/sid-iface-libs-devel
/usr/share/doc/sid-iface-libs-devel/README.md

References

Summary

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

/usr/include/sid /usr/include/sid/iface /usr/include/sid/iface/service-link.h /usr/include/sid/iface/usid.h /usr/lib/sid /usr/lib/sid/libsidiface_servicelink.so /usr/lib/sid/libsidiface_usid.so /usr/share/doc/sid-iface-libs-devel /usr/share/doc/sid-iface-libs-devel/README.md


## References

* [sid-iface-libs-devel website](http://sid-project.github.io)

## Summary

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