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

Last updated: July 07,2024

1. Install "python310-xmltodict" package

Please follow the steps below to install python310-xmltodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-xmltodict

2. Uninstall "python310-xmltodict" package

In this section, we are going to explain the necessary steps to uninstall python310-xmltodict on openSuSE Tumbleweed:

$ sudo zypper remove python310-xmltodict

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

Information for package python310-xmltodict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-xmltodict
Version : 0.13.0-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 49.6 KiB
Installed : No
Status : not installed
Source package : python-xmltodict-0.13.0-3.1.src
Upstream URL : https://github.com/martinblech/xmltodict
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