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

Last updated: November 23,2024

1. Install "python38-exiv2" package

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

$ sudo zypper refresh $ sudo zypper install python38-exiv2

2. Uninstall "python38-exiv2" package

Here is a brief guide to show you how to uninstall python38-exiv2 on openSuSE Tumbleweed:

$ sudo zypper remove python38-exiv2

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

Information for package python38-exiv2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-exiv2
Version : 0.9.3-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 617,2 KiB
Installed : No
Status : not installed
Source package : python-exiv2-0.9.3-1.3.src
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.