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

Last updated: May 19,2024

1. Install "python36-xmltodict" package

This tutorial shows how to install python36-xmltodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-xmltodict

2. Uninstall "python36-xmltodict" package

Here is a brief guide to show you how to uninstall python36-xmltodict on openSuSE Tumbleweed:

$ sudo zypper remove python36-xmltodict

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

Information for package python36-xmltodict:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-xmltodict
Version : 0.12.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 54,9 KiB
Installed : No
Status : not installed
Source package : python-xmltodict-0.12.0-3.6.src
Summary : Module to make XML working resemble JSON
Description :
xmltodict is a Python module that makes working with XML feel like you are
working with json, as in this:
http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html