How To Install python-gpod.x86_64 on Amazon Linux 2

In this tutorial we learn how to install python-gpod.x86_64 in Amazon Linux 2. python-gpod.x86_64 is Python module to access iPod content

Introduction

In this tutorial we learn how to install python-gpod.x86_64 on Amazon Linux 2.

What is python-gpod.x86_64

A python module to access iPod content. This module provides bindings to the libgpod library.

We can use yum to install python-gpod.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install python-gpod.x86_64.

Install python-gpod.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 python-gpod.x86_64 using yum by running the following command:

sudo yum -y install python-gpod.x86_64

How To Uninstall python-gpod.x86_64 on Amazon Linux 2

To uninstall only the python-gpod.x86_64 package we can use the following command:

sudo yum remove python-gpod.x86_64

python-gpod.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/python2.7/site-packages/gpod
/usr/lib64/python2.7/site-packages/gpod/__init__.py
/usr/lib64/python2.7/site-packages/gpod/__init__.pyc
/usr/lib64/python2.7/site-packages/gpod/__init__.pyo
/usr/lib64/python2.7/site-packages/gpod/_gpod.so
/usr/lib64/python2.7/site-packages/gpod/gpod.py
/usr/lib64/python2.7/site-packages/gpod/gpod.pyc
/usr/lib64/python2.7/site-packages/gpod/gpod.pyo
/usr/lib64/python2.7/site-packages/gpod/gtkpod.py
/usr/lib64/python2.7/site-packages/gpod/gtkpod.pyc
/usr/lib64/python2.7/site-packages/gpod/gtkpod.pyo
/usr/lib64/python2.7/site-packages/gpod/ipod.py
/usr/lib64/python2.7/site-packages/gpod/ipod.pyc
/usr/lib64/python2.7/site-packages/gpod/ipod.pyo
/usr/share/doc/python-gpod-0.8.2
/usr/share/doc/python-gpod-0.8.2/COPYING
/usr/share/doc/python-gpod-0.8.2/README
/usr/share/doc/python-gpod-0.8.2/examples
/usr/share/doc/python-gpod-0.8.2/examples/add_song.py
/usr/share/doc/python-gpod-0.8.2/examples/coverart_fetch.py
/usr/share/doc/python-gpod-0.8.2/examples/create_mp3_tags_from_itdb.py
/usr/share/doc/python-gpod-0.8.2/examples/fix_empty_artist_field.py
/usr/share/doc/python-gpod-0.8.2/examples/play_with_ipod_api.py
/usr/share/doc/python-gpod-0.8.2/examples/play_with_smart_playlists.py
/usr/share/doc/python-gpod-0.8.2/examples/save_photos.py
/usr/share/doc/python-gpod-0.8.2/examples/tag_genre_from_audioscrobber.py
/usr/share/doc/python-gpod-0.8.2/examples/toy_around.py

References

Summary

In this tutorial we learn how to install python-gpod.x86_64 on Amazon Linux 2 using yum.