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

Last updated: June 26,2024

1. Install "python311-xmltodict" package

Please follow the step by step instructions below to install python311-xmltodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-xmltodict

2. Uninstall "python311-xmltodict" package

Please follow the instructions below to uninstall python311-xmltodict on openSuSE Tumbleweed:

$ sudo zypper remove python311-xmltodict

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

Information for package python311-xmltodict:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-xmltodict
Version : 0.13.0-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 58.1 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