How To Install libgpod-doc on Fedora 36

In this tutorial we learn how to install libgpod-doc in Fedora 36. libgpod-doc is API documentation for the libgpod library

Introduction

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

What is libgpod-doc

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 API documentation.

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

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

sudo dnf -y install libgpod-doc

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

sudo yum -y install libgpod-doc

How To Uninstall libgpod-doc on Fedora 36

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

sudo dnf remove libgpod-doc

libgpod-doc Package Contents on Fedora 36

/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libgpod
/usr/share/gtk-doc/html/libgpod/ch01.html
/usr/share/gtk-doc/html/libgpod/home.png
/usr/share/gtk-doc/html/libgpod/index.html
/usr/share/gtk-doc/html/libgpod/index.sgml
/usr/share/gtk-doc/html/libgpod/itunesdb.html
/usr/share/gtk-doc/html/libgpod/left.png
/usr/share/gtk-doc/html/libgpod/libgpod-Artwork.html
/usr/share/gtk-doc/html/libgpod/libgpod-Chapter-Data.html
/usr/share/gtk-doc/html/libgpod/libgpod-Device.html
/usr/share/gtk-doc/html/libgpod/libgpod-File-handling-functions.html
/usr/share/gtk-doc/html/libgpod/libgpod-Low-level-functions.html
/usr/share/gtk-doc/html/libgpod/libgpod-Photo-database.html
/usr/share/gtk-doc/html/libgpod/libgpod-Playlists.html
/usr/share/gtk-doc/html/libgpod/libgpod-Smart-Playlists.html
/usr/share/gtk-doc/html/libgpod/libgpod-The-Itdb-iTunesDB-structure.html
/usr/share/gtk-doc/html/libgpod/libgpod-Time-handling.html
/usr/share/gtk-doc/html/libgpod/libgpod-Tracks.html
/usr/share/gtk-doc/html/libgpod/libgpod.devhelp2
/usr/share/gtk-doc/html/libgpod/photodb.html
/usr/share/gtk-doc/html/libgpod/right.png
/usr/share/gtk-doc/html/libgpod/style.css
/usr/share/gtk-doc/html/libgpod/up.png

References

Summary

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