How to Install and Uninstall python3-exiv2 Package on openSUSE Leap

Last updated: March 15,2025

1. Install "python3-exiv2" package

Please follow the guidelines below to install python3-exiv2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-exiv2

2. Uninstall "python3-exiv2" package

Please follow the guidance below to uninstall python3-exiv2 on openSUSE Leap:

$ sudo zypper remove python3-exiv2

3. Information about the python3-exiv2 package on openSUSE Leap

Information for package python3-exiv2:
--------------------------------------
Repository : Main Repository
Name : python3-exiv2
Version : 0.7.1-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 603.7 KiB
Installed : No
Status : not installed
Source package : python-exiv2-0.7.1-bp155.2.12.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.