How To Install python3-pycdlib on Fedora 36

In this tutorial we learn how to install python3-pycdlib in Fedora 36. python3-pycdlib is A pure python ISO9660 read and write library

Introduction

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

What is python3-pycdlib

Pycdlib is a pure python library for reading, writing, and otherwise manipulating ISO9660 files. It is focused on speed, correctness, and conformance to the various standards around ISO9660, including ISO9660 itself, the Joliet extensions, the Rock Ridge extensions, the El Torito boot extensions, and UDF.

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

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

sudo dnf -y install python3-pycdlib

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

sudo yum -y install python3-pycdlib

How To Uninstall python3-pycdlib on Fedora 36

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

sudo dnf remove python3-pycdlib

python3-pycdlib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/pycdlib
/usr/lib/python3.10/site-packages/pycdlib-1.12.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/pycdlib-1.12.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pycdlib-1.12.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pycdlib-1.12.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pycdlib-1.12.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pycdlib/__init__.py
/usr/lib/python3.10/site-packages/pycdlib/__pycache__
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/backport_functools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/backport_functools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/dates.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/dates.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/dr.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/dr.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/eltorito.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/eltorito.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/facade.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/facade.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/headervd.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/headervd.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/inode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/inode.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/isohybrid.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/isohybrid.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/path_table_record.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/path_table_record.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlib.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlib.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlibexception.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlibexception.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlibio.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/pycdlibio.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/rockridge.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/rockridge.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/udf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/udf.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pycdlib/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/pycdlib/backport_functools.py
/usr/lib/python3.10/site-packages/pycdlib/dates.py
/usr/lib/python3.10/site-packages/pycdlib/dr.py
/usr/lib/python3.10/site-packages/pycdlib/eltorito.py
/usr/lib/python3.10/site-packages/pycdlib/facade.py
/usr/lib/python3.10/site-packages/pycdlib/headervd.py
/usr/lib/python3.10/site-packages/pycdlib/inode.py
/usr/lib/python3.10/site-packages/pycdlib/isohybrid.py
/usr/lib/python3.10/site-packages/pycdlib/path_table_record.py
/usr/lib/python3.10/site-packages/pycdlib/pycdlib.py
/usr/lib/python3.10/site-packages/pycdlib/pycdlibexception.py
/usr/lib/python3.10/site-packages/pycdlib/pycdlibio.py
/usr/lib/python3.10/site-packages/pycdlib/rockridge.py
/usr/lib/python3.10/site-packages/pycdlib/udf.py
/usr/lib/python3.10/site-packages/pycdlib/utils.py
/usr/share/doc/python3-pycdlib
/usr/share/doc/python3-pycdlib/README.md
/usr/share/doc/python3-pycdlib/examples
/usr/share/doc/python3-pycdlib/examples/create-bootable.py
/usr/share/doc/python3-pycdlib/examples/create-new.py
/usr/share/doc/python3-pycdlib/examples/extract-data.py
/usr/share/doc/python3-pycdlib/examples/open-existing.py
/usr/share/doc/python3-pycdlib/examples/open-raw-windows-device.py
/usr/share/licenses/python3-pycdlib
/usr/share/licenses/python3-pycdlib/COPYING

References

Summary

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