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

Last updated: October 04,2024

1. Install "python36-exiv2" package

In this section, we are going to explain the necessary steps to install python36-exiv2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-exiv2

2. Uninstall "python36-exiv2" package

This guide covers the steps necessary to uninstall python36-exiv2 on openSuSE Tumbleweed:

$ sudo zypper remove python36-exiv2

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

Information for package python36-exiv2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-exiv2
Version : 0.9.3-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 617,5 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.