How To Install libgpod.i686 on Amazon Linux 2
In this tutorial we learn how to install libgpod.i686 in Amazon Linux 2. libgpod.i686 is Library to access the contents of an iPod
Introduction
In this tutorial we learn how to install libgpod.i686 on Amazon Linux 2.
What is libgpod.i686
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.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libgpod.i686.
Install libgpod.i686 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.i686 using yum by running the following command:
sudo yum -y install libgpod.i686
How To Uninstall libgpod.i686 on Amazon Linux 2
To uninstall only the libgpod.i686 package we can use the following command:
sudo yum remove libgpod.i686
libgpod.i686 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/lib/libgpod
/usr/lib/libgpod.so.4
/usr/lib/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.i686 on Amazon Linux 2 using yum.