How To Install libgpod.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libgpod.x86_64 in Amazon Linux 2. libgpod.x86_64 is Library to access the contents of an iPod
Introduction
In this tutorial we learn how to install libgpod.x86_64
on Amazon Linux 2.
What is libgpod.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.
We can use yum
to install libgpod.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.x86_64.
Install libgpod.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.x86_64
using yum
by running the following command:
sudo yum -y install libgpod.x86_64
How To Uninstall libgpod.x86_64 on Amazon Linux 2
To uninstall only the libgpod.x86_64
package we can use the following command:
sudo yum remove libgpod.x86_64
libgpod.x86_64 Package Contents on Amazon Linux 2
/lib/udev/iphone-set-info
/lib/udev/ipod-set-info
/lib/udev/rules.d/90-libgpod.rules
/usr/bin/ipod-read-sysinfo-extended
/usr/lib64/libgpod
/usr/lib64/libgpod.so.4
/usr/lib64/libgpod.so.4.3.2
/usr/share/doc/libgpod-0.8.2
/usr/share/doc/libgpod-0.8.2/AUTHORS
/usr/share/doc/libgpod-0.8.2/COPYING
/usr/share/doc/libgpod-0.8.2/ChangeLog
/usr/share/doc/libgpod-0.8.2/NEWS
/usr/share/doc/libgpod-0.8.2/README
/usr/share/doc/libgpod-0.8.2/README.SysInfo
/usr/share/doc/libgpod-0.8.2/README.overview
/usr/share/doc/libgpod-0.8.2/README.sqlite
/usr/share/locale/de/LC_MESSAGES/libgpod.mo
/usr/share/locale/es/LC_MESSAGES/libgpod.mo
/usr/share/locale/fr/LC_MESSAGES/libgpod.mo
/usr/share/locale/he/LC_MESSAGES/libgpod.mo
/usr/share/locale/it/LC_MESSAGES/libgpod.mo
/usr/share/locale/ja/LC_MESSAGES/libgpod.mo
/usr/share/locale/ro/LC_MESSAGES/libgpod.mo
/usr/share/locale/sv/LC_MESSAGES/libgpod.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libgpod.mo
/var/run/libgpod
References
Summary
In this tutorial we learn how to install libgpod.x86_64
on Amazon Linux 2 using yum.