How to Install and Uninstall python-pyexiv2 Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python-pyexiv2" package

Here is a brief guide to show you how to install python-pyexiv2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-pyexiv2

2. Uninstall "python-pyexiv2" package

Please follow the instructions below to uninstall python-pyexiv2 on openSUSE Leap:

$ sudo zypper remove python-pyexiv2

3. Information about the python-pyexiv2 package on openSUSE Leap

Information for package python-pyexiv2:
---------------------------------------
Repository : Main Repository
Name : python-pyexiv2
Version : 0.3.2-bp153.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 698,3 KiB
Installed : No
Status : not installed
Source package : python-pyexiv2-0.3.2-bp153.1.15.src
Summary : Python Bindings to Exiv2
Description :
pyexiv2 is a python binding to exiv2, the C++ library for manipulation of EXIF
and IPTC image metadata. It is a python module that allows your python scripts
to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files
(JPEG, TIFF, ...).
It is designed as a high level interface to the functionalities offered by
exiv2 (and is built on top of it). Using python's built-in data types and
standard modules, it provides easy manipulation of image metadata.