How To Install pycdlib-tools on Fedora 36

In this tutorial we learn how to install pycdlib-tools in Fedora 36. pycdlib-tools is Tools that rely on pycdlib

Introduction

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

What is pycdlib-tools

Some tools that use the pycdlib library.

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

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

sudo dnf -y install pycdlib-tools

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

sudo yum -y install pycdlib-tools

How To Uninstall pycdlib-tools on Fedora 36

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

sudo dnf remove pycdlib-tools

pycdlib-tools Package Contents on Fedora 36

/usr/bin/pycdlib-explorer
/usr/bin/pycdlib-extract-files
/usr/bin/pycdlib-genisoimage
/usr/share/licenses/pycdlib-tools
/usr/share/licenses/pycdlib-tools/COPYING
/usr/share/man/man1/pycdlib-explorer.1.gz
/usr/share/man/man1/pycdlib-extract-files.1.gz
/usr/share/man/man1/pycdlib-genisoimage.1.gz

References

Summary

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