How to Install and Uninstall python3-xmltodict Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-xmltodict" package

This guide covers the steps necessary to install python3-xmltodict on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-xmltodict

2. Uninstall "python3-xmltodict" package

This tutorial shows how to uninstall python3-xmltodict on openSUSE Leap:

$ sudo zypper remove python3-xmltodict

3. Information about the python3-xmltodict package on openSUSE Leap

Information for package python3-xmltodict:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-xmltodict
Version : 0.12.0-150100.5.6.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 56.5 KiB
Installed : No
Status : not installed
Source package : python-xmltodict-0.12.0-150100.5.6.2.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