How to Install and Uninstall python3-exiv2.x86_64 Package on Fedora 39

Last updated: September 21,2024

1. Install "python3-exiv2.x86_64" package

Please follow the guidance below to install python3-exiv2.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-exiv2.x86_64

2. Uninstall "python3-exiv2.x86_64" package

Please follow the guidance below to uninstall python3-exiv2.x86_64 on Fedora 39:

$ sudo dnf remove python3-exiv2.x86_64 $ sudo dnf autoremove

3. Information about the python3-exiv2.x86_64 package on Fedora 39

Last metadata expiration check: 2:52:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-exiv2
Version : 0.9.3
Release : 11.fc39
Architecture : x86_64
Size : 136 k
Source : python3-exiv2-0.9.3-11.fc39.src.rpm
Repository : fedora
Summary : Python3 bindings for the exiv2 library
URL : https://launchpad.net/py3exiv2
License : GPLv2+ and GPLv3+
Description : python3-exiv2 is a Python 3 binding to exiv2, the C++ library for manipulation
: of EXIF, IPTC and XMP image metadata. It is a python 3 module that allows your
: scripts to read and write metadata (EXIF, IPTC, XMP, thumbnails) embedded in
: image files (JPEG, TIFF, ...).
:
: It is designed as a high-level interface to the functionalities offered by
: libexiv2. Using python’s built-in data types and standard modules, it provides
: easy manipulation of image metadata.