How To Install python3-pycdio on Fedora 36

In this tutorial we learn how to install python3-pycdio in Fedora 36. python3-pycdio is A Python interface to the CD Input and Control library

Introduction

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

What is python3-pycdio

The pycdio (and libcdio) libraries encapsulate CD-ROM reading and control. Python programs wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library.

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

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

sudo dnf -y install python3-pycdio

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

sudo yum -y install python3-pycdio

How To Uninstall python3-pycdio on Fedora 36

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

sudo dnf remove python3-pycdio

python3-pycdio Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/11ad9b1c4c0eda83a9ec52ede155ddeb8ec7aa
/usr/lib/.build-id/78
/usr/lib/.build-id/78/c44641b311f078237f8852896ef608f6141a56
/usr/lib64/python3.10/site-packages/__pycache__/cdio.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/cdio.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/iso9660.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/iso9660.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/pycdio.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/pycdio.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/pyiso9660.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/pyiso9660.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_pycdio.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/_pyiso9660.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/cdio.py
/usr/lib64/python3.10/site-packages/iso9660.py
/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/pycdio-2.1.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/pycdio.py
/usr/lib64/python3.10/site-packages/pyiso9660.py
/usr/share/doc/python3-pycdio
/usr/share/doc/python3-pycdio/AUTHORS
/usr/share/doc/python3-pycdio/ChangeLog
/usr/share/doc/python3-pycdio/NEWS.md
/usr/share/doc/python3-pycdio/README.rst
/usr/share/doc/python3-pycdio/THANKS
/usr/share/licenses/python3-pycdio
/usr/share/licenses/python3-pycdio/COPYING

References

Summary

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