How To Install libgpod-devel on Fedora 36

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

Introduction

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

What is libgpod-devel

Libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. This package contains the files required to develop programs that will use libgpod.

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

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

sudo dnf -y install libgpod-devel

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

sudo yum -y install libgpod-devel

How To Uninstall libgpod-devel on Fedora 36

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

sudo dnf remove libgpod-devel

libgpod-devel Package Contents on Fedora 36

/usr/include/gpod-1.0
/usr/include/gpod-1.0/gpod
/usr/include/gpod-1.0/gpod/itdb.h
/usr/lib/libgpod.so
/usr/lib/pkgconfig/libgpod-1.0.pc

References

Summary

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


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

Introduction

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

What is libgpod-devel

Libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc. This package contains the files required to develop programs that will use libgpod.

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

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

sudo dnf -y install libgpod-devel

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

sudo yum -y install libgpod-devel

How To Uninstall libgpod-devel on Fedora 36

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

sudo dnf remove libgpod-devel

libgpod-devel Package Contents on Fedora 36

/usr/include/gpod-1.0
/usr/include/gpod-1.0/gpod
/usr/include/gpod-1.0/gpod/itdb.h
/usr/lib64/libgpod.so
/usr/lib64/pkgconfig/libgpod-1.0.pc

References

Summary

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