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

Last updated: May 21,2024

1. Install "python2-xmltodict" package

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

$ sudo zypper refresh $ sudo zypper install python2-xmltodict

2. Uninstall "python2-xmltodict" package

This is a short guide on how to uninstall python2-xmltodict on openSUSE Leap:

$ sudo zypper remove python2-xmltodict

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

Information for package python2-xmltodict:
------------------------------------------
Repository : Main Repository
Name : python2-xmltodict
Version : 0.12.0-5.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 46,0 KiB
Installed : No
Status : not installed
Source package : python-xmltodict-0.12.0-5.4.1.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