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

Last updated: May 18,2024

1. Install "python3-exiv2.x86_64" package

Please follow the step by step instructions below to install python3-exiv2.x86_64 on Fedora 34

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

2. Uninstall "python3-exiv2.x86_64" package

Please follow the step by step instructions below to uninstall python3-exiv2.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:16:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-exiv2
Version : 0.9.3
Release : 1.fc34
Architecture : x86_64
Size : 120 k
Source : python3-exiv2-0.9.3-1.fc34.src.rpm
Repository : updates
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.