How To Install libgpod-sharp-devel on Fedora 36

In this tutorial we learn how to install libgpod-sharp-devel in Fedora 36. libgpod-sharp-devel is Development files for libgpod-sharp

Introduction

In this tutorial we learn how to install libgpod-sharp-devel on Fedora 36.

What is libgpod-sharp-devel

C#/.NET library to access iPod content. Provides bindings to the libgpod library. This package contains the files required to develop programs that will use libgpod-sharp.

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

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

sudo dnf -y install libgpod-sharp-devel

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

sudo yum -y install libgpod-sharp-devel

How To Uninstall libgpod-sharp-devel on Fedora 36

To uninstall only the libgpod-sharp-devel package we can use the following command:

sudo dnf remove libgpod-sharp-devel

libgpod-sharp-devel Package Contents on Fedora 36

/usr/lib64/pkgconfig/libgpod-sharp.pc
---
title: "How To Install libgpod-sharp-devel on Fedora 36"
linkTitle: "libgpod-sharp-devel"
type: "docs"
description: "In this tutorial we learn how to install libgpod-sharp-devel in Fedora 36. libgpod-sharp-devel is Development files for libgpod-sharp"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgpod-sharp-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libgpod-sharp-devel` on Fedora 36.

### What is `libgpod-sharp-devel`

> C#/.NET library to access iPod content.  Provides bindings to the libgpod library.  This package contains the files required to develop programs that will use libgpod-sharp.  

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

## Install libgpod-sharp-devel 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 libgpod-sharp-devel using dnf by running the following command:

sudo dnf -y install libgpod-sharp-devel

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

sudo yum -y install libgpod-sharp-devel

How To Uninstall libgpod-sharp-devel on Fedora 36

To uninstall only the libgpod-sharp-devel package we can use the following command:

sudo dnf remove libgpod-sharp-devel

libgpod-sharp-devel Package Contents on Fedora 36

References

Summary

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

/usr/lib/pkgconfig/libgpod-sharp.pc


## References

* [libgpod-sharp-devel website](http://www.gtkpod.org/libgpod.html)

## Summary

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