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

Last updated: May 04,2024

1. Install "python39-xmltodict" package

This guide let you learn how to install python39-xmltodict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-xmltodict

2. Uninstall "python39-xmltodict" package

Please follow the guidance below to uninstall python39-xmltodict on openSuSE Tumbleweed:

$ sudo zypper remove python39-xmltodict

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

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