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

Last updated: January 11,2025

1. Install "python3-piexif.noarch" package

Here is a brief guide to show you how to install python3-piexif.noarch on Fedora 36

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

2. Uninstall "python3-piexif.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-piexif.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:46:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-piexif
Version : 1.1.3
Release : 12.fc36
Architecture : noarch
Size : 46 k
Source : python-piexif-1.1.3-12.fc36.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.