How to Install and Uninstall python3-piexif.noarch Package on Fedora 38
Last updated: November 27,2024
1. Install "python3-piexif.noarch" package
This tutorial shows how to install python3-piexif.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-piexif.noarch
Copied
2. Uninstall "python3-piexif.noarch" package
Please follow the steps below to uninstall python3-piexif.noarch on Fedora 38:
$
sudo dnf remove
python3-piexif.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-piexif.noarch package on Fedora 38
Last metadata expiration check: 0:19:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-piexif
Version : 1.1.3
Release : 15.fc38
Architecture : noarch
Size : 65 k
Source : python-piexif-1.1.3-15.fc38.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.
Available Packages
Name : python3-piexif
Version : 1.1.3
Release : 15.fc38
Architecture : noarch
Size : 65 k
Source : python-piexif-1.1.3-15.fc38.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.