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

Last updated: September 21,2024

1. Install "python3-piexif.noarch" package

Please follow the guidelines below to install python3-piexif.noarch on Fedora 35

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

2. Uninstall "python3-piexif.noarch" package

Here is a brief guide to show you how to uninstall python3-piexif.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:05:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-piexif
Version : 1.1.3
Release : 11.fc35
Architecture : noarch
Size : 46 k
Source : python-piexif-1.1.3-11.fc35.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.