How to Install and Uninstall python3-piexif.noarch Package on Fedora 39

Last updated: December 01,2024

1. Install "python3-piexif.noarch" package

Learn how to install python3-piexif.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-piexif.noarch

2. Uninstall "python3-piexif.noarch" package

This is a short guide on how to uninstall python3-piexif.noarch on Fedora 39:

$ sudo dnf remove python3-piexif.noarch $ sudo dnf autoremove

3. Information about the python3-piexif.noarch package on Fedora 39

Last metadata expiration check: 1:01:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-piexif
Version : 1.1.3
Release : 17.fc39
Architecture : noarch
Size : 63 k
Source : python-piexif-1.1.3-17.fc39.src.rpm
Repository : fedora
Summary : Pure Python library to simplify exif manipulations with python
URL : https://github.com/hMatoba/Piexif
License : MIT
Description : Very simple Python library to simplify exif manipulations that does
: not depend on other libraries.
:
: There are only just five functions:
:
: load(filename) - Get exif data as dict.
: dump(exif_dict) - Get exif as bytes to save with JPEG.
: insert(exif_bytes, filename) - Insert exif into JPEG.
: remove(filename) - Remove exif from JPEG.
: transplant(filename, filename) - Transplant exif from JPEG to JPEG.
:
: Python 3 version.