How To Install libiptcdata on Fedora 36
Introduction
In this tutorial we learn how to install libiptcdata on Fedora 36.
What is libiptcdata
libiptcdata is a library for parsing, editing, and saving IPTC data stored inside images. IPTC is a standard for encoding metadata such as captions, titles, locations, etc. in the headers of an image file. libiptcdata also includes a command-line utility for modifying the metadata.
We can use yum or dnf to install libiptcdata on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiptcdata.
Install 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 libiptcdata using dnf by running the following command:
sudo dnf -y install libiptcdata
Install 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 libiptcdata using yum by running the following command:
sudo yum -y install libiptcdata
How To Uninstall libiptcdata on Fedora 36
To uninstall only the libiptcdata package we can use the following command:
sudo dnf remove libiptcdata
libiptcdata Package Contents on Fedora 36
/usr/bin/iptc
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/ac478847e49334c09b5c6b93f9bc785479b046
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/7d604f72ad595d0acb324e2781464352aadc00
/usr/lib/libiptcdata.so.0
/usr/lib/libiptcdata.so.0.3.3
/usr/share/doc/libiptcdata
/usr/share/doc/libiptcdata/AUTHORS
/usr/share/doc/libiptcdata/ChangeLog
/usr/share/doc/libiptcdata/NEWS
/usr/share/doc/libiptcdata/README
/usr/share/doc/libiptcdata/TODO
/usr/share/licenses/libiptcdata
/usr/share/licenses/libiptcdata/COPYING
/usr/share/locale/de/LC_MESSAGES/iptc.mo
/usr/share/locale/de/LC_MESSAGES/libiptcdata.mo
/usr/share/locale/it/LC_MESSAGES/iptc.mo
/usr/share/locale/it/LC_MESSAGES/libiptcdata.mo
References
Summary
In this tutorial we learn how to install libiptcdata on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libiptcdata on Fedora 36” linkTitle: “libiptcdata” type: “docs” description: “In this tutorial we learn how to install libiptcdata in Fedora 36. libiptcdata is IPTC tag library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libiptcdata-featured.png
Introduction
In this tutorial we learn how to install libiptcdata on Fedora 36.
What is libiptcdata
libiptcdata is a library for parsing, editing, and saving IPTC data stored inside images. IPTC is a standard for encoding metadata such as captions, titles, locations, etc. in the headers of an image file. libiptcdata also includes a command-line utility for modifying the metadata.
We can use yum or dnf to install libiptcdata on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libiptcdata.
Install 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 libiptcdata using dnf by running the following command:
sudo dnf -y install libiptcdata
Install 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 libiptcdata using yum by running the following command:
sudo yum -y install libiptcdata
How To Uninstall libiptcdata on Fedora 36
To uninstall only the libiptcdata package we can use the following command:
sudo dnf remove libiptcdata
libiptcdata Package Contents on Fedora 36
/usr/bin/iptc
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/9e7aa39d8172c7e6b63870bb59a0e05822d9dd
/usr/lib/.build-id/39
/usr/lib/.build-id/39/5fc58203516d3733e4a614b9a4eabf754282e0
/usr/lib64/libiptcdata.so.0
/usr/lib64/libiptcdata.so.0.3.3
/usr/share/doc/libiptcdata
/usr/share/doc/libiptcdata/AUTHORS
/usr/share/doc/libiptcdata/ChangeLog
/usr/share/doc/libiptcdata/NEWS
/usr/share/doc/libiptcdata/README
/usr/share/doc/libiptcdata/TODO
/usr/share/licenses/libiptcdata
/usr/share/licenses/libiptcdata/COPYING
/usr/share/locale/de/LC_MESSAGES/iptc.mo
/usr/share/locale/de/LC_MESSAGES/libiptcdata.mo
/usr/share/locale/it/LC_MESSAGES/iptc.mo
/usr/share/locale/it/LC_MESSAGES/libiptcdata.mo
References
Summary
In this tutorial we learn how to install libiptcdata on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).