How To Install python3-eyed3 on Fedora 36

In this tutorial we learn how to install python3-eyed3 in Fedora 36. python3-eyed3 is Python audio data toolkit (ID3 and MP3)

Introduction

In this tutorial we learn how to install python3-eyed3 on Fedora 36.

What is python3-eyed3

A Python module and program for processing ID3 tags. Information about mp3 files(i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.

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

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

sudo dnf -y install python3-eyed3

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

sudo yum -y install python3-eyed3

How To Uninstall python3-eyed3 on Fedora 36

To uninstall only the python3-eyed3 package we can use the following command:

sudo dnf remove python3-eyed3

python3-eyed3 Package Contents on Fedora 36

/usr/bin/eyeD3
/usr/lib/python3.10/site-packages/eyed3
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/eyed3-0.9.6-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/eyed3/__about__.py
/usr/lib/python3.10/site-packages/eyed3/__init__.py
/usr/lib/python3.10/site-packages/eyed3/__pycache__
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__about__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__about__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__regarding__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/__regarding__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/mimetype.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/__pycache__/mimetype.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/__regarding__.py
/usr/lib/python3.10/site-packages/eyed3/core.py
/usr/lib/python3.10/site-packages/eyed3/id3
/usr/lib/python3.10/site-packages/eyed3/id3/__init__.py
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/apple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/apple.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/frames.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/frames.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/headers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/headers.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/tag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/__pycache__/tag.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/id3/apple.py
/usr/lib/python3.10/site-packages/eyed3/id3/frames.py
/usr/lib/python3.10/site-packages/eyed3/id3/headers.py
/usr/lib/python3.10/site-packages/eyed3/id3/tag.py
/usr/lib/python3.10/site-packages/eyed3/main.py
/usr/lib/python3.10/site-packages/eyed3/mimetype.py
/usr/lib/python3.10/site-packages/eyed3/mp3
/usr/lib/python3.10/site-packages/eyed3/mp3/__init__.py
/usr/lib/python3.10/site-packages/eyed3/mp3/__pycache__
/usr/lib/python3.10/site-packages/eyed3/mp3/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/mp3/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/mp3/__pycache__/headers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/mp3/__pycache__/headers.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/mp3/headers.py
/usr/lib/python3.10/site-packages/eyed3/plugins
/usr/lib/python3.10/site-packages/eyed3/plugins/DisplayPattern.ebnf
/usr/lib/python3.10/site-packages/eyed3/plugins/__init__.py
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/_display_parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/_display_parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/art.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/art.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/classic.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/classic.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/display.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/display.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/extract.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/extract.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/fixup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/fixup.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/genres.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/genres.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/itunes.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/itunes.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/jsontag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/jsontag.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/lameinfo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/lameinfo.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/lastfm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/lastfm.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/mimetype.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/mimetype.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/nfo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/nfo.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/pymod.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/pymod.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/xep_118.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/xep_118.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/yamltag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/__pycache__/yamltag.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/plugins/_display_parser.py
/usr/lib/python3.10/site-packages/eyed3/plugins/art.py
/usr/lib/python3.10/site-packages/eyed3/plugins/classic.py
/usr/lib/python3.10/site-packages/eyed3/plugins/display.py
/usr/lib/python3.10/site-packages/eyed3/plugins/extract.py
/usr/lib/python3.10/site-packages/eyed3/plugins/fixup.py
/usr/lib/python3.10/site-packages/eyed3/plugins/genres.py
/usr/lib/python3.10/site-packages/eyed3/plugins/itunes.py
/usr/lib/python3.10/site-packages/eyed3/plugins/jsontag.py
/usr/lib/python3.10/site-packages/eyed3/plugins/lameinfo.py
/usr/lib/python3.10/site-packages/eyed3/plugins/lastfm.py
/usr/lib/python3.10/site-packages/eyed3/plugins/mimetype.py
/usr/lib/python3.10/site-packages/eyed3/plugins/nfo.py
/usr/lib/python3.10/site-packages/eyed3/plugins/pymod.py
/usr/lib/python3.10/site-packages/eyed3/plugins/stats.py
/usr/lib/python3.10/site-packages/eyed3/plugins/xep_118.py
/usr/lib/python3.10/site-packages/eyed3/plugins/yamltag.py
/usr/lib/python3.10/site-packages/eyed3/utils
/usr/lib/python3.10/site-packages/eyed3/utils/__init__.py
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/art.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/art.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/binfuncs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/binfuncs.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/console.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/console.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/log.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/log.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/prompt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/__pycache__/prompt.cpython-310.pyc
/usr/lib/python3.10/site-packages/eyed3/utils/art.py
/usr/lib/python3.10/site-packages/eyed3/utils/binfuncs.py
/usr/lib/python3.10/site-packages/eyed3/utils/console.py
/usr/lib/python3.10/site-packages/eyed3/utils/log.py
/usr/lib/python3.10/site-packages/eyed3/utils/prompt.py
/usr/share/doc/python3-eyed3
/usr/share/doc/python3-eyed3/AUTHORS.rst
/usr/share/doc/python3-eyed3/HISTORY.rst
/usr/share/doc/python3-eyed3/README.rst
/usr/share/doc/python3-eyed3/examples
/usr/share/doc/python3-eyed3/examples/chapters.py
/usr/share/doc/python3-eyed3/examples/cli_examples.sh
/usr/share/doc/python3-eyed3/examples/config.ini
/usr/share/doc/python3-eyed3/examples/tag_example.py
/usr/share/licenses/python3-eyed3
/usr/share/licenses/python3-eyed3/LICENSE

References

Summary

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