How to Install and Uninstall python312-exiv2 Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "python312-exiv2" package

This guide let you learn how to install python312-exiv2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-exiv2

2. Uninstall "python312-exiv2" package

Please follow the instructions below to uninstall python312-exiv2 on openSuSE Tumbleweed:

$ sudo zypper remove python312-exiv2

3. Information about the python312-exiv2 package on openSuSE Tumbleweed

Information for package python312-exiv2:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-exiv2
Version : 0.14.1-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : python-exiv2-0.14.1-1.2.src
Upstream URL : https://launchpad.net/py3exiv2
Summary : Python3 bindings for the exiv2 library
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.