How To Install python3-libiptcdata on Fedora 36

In this tutorial we learn how to install python3-libiptcdata in Fedora 36. python3-libiptcdata is Python bindings for libiptcdata

Introduction

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

What is python3-libiptcdata

The libiptcdata-python package contains a Python module that allows Python applications to use the libiptcdata API for reading and writing IPTC metadata in images.

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

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

sudo dnf -y install python3-libiptcdata

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

sudo yum -y install python3-libiptcdata

How To Uninstall python3-libiptcdata on Fedora 36

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

sudo dnf remove python3-libiptcdata

python3-libiptcdata Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/76595c6eb95529ef0662088f8f662229884c17
/usr/lib64/python3.10/site-packages/iptcdata.so
/usr/share/doc/python3-libiptcdata
/usr/share/doc/python3-libiptcdata/README
/usr/share/doc/python3-libiptcdata/set_iptc.py
/usr/share/doc/python3-libiptcdata/show_iptc.py

References

Summary

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