How To Install libgpod-doc.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install libgpod-doc.x86_64
on Amazon Linux 2.
What is libgpod-doc.x86_64
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
to install libgpod-doc.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libgpod-doc.x86_64.
Install libgpod-doc.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgpod-doc.x86_64
using yum
by running the following command:
sudo yum -y install libgpod-doc.x86_64
How To Uninstall libgpod-doc.x86_64 on Amazon Linux 2
To uninstall only the libgpod-doc.x86_64
package we can use the following command:
sudo yum remove libgpod-doc.x86_64
libgpod-doc.x86_64 Package Contents on Amazon Linux 2
/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.devhelp
/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.x86_64
on Amazon Linux 2 using yum.