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

Last updated: May 18,2024

1. Install "python3-dicttoxml" package

This tutorial shows how to install python3-dicttoxml on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dicttoxml

2. Uninstall "python3-dicttoxml" package

Please follow the guidelines below to uninstall python3-dicttoxml on openSUSE Leap:

$ sudo zypper remove python3-dicttoxml

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

Information for package python3-dicttoxml:
------------------------------------------
Repository : Main Repository
Name : python3-dicttoxml
Version : 1.7.4-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 94.5 KiB
Installed : No
Status : not installed
Source package : python-dicttoxml-1.7.4-bp155.2.10.src
Upstream URL : https://github.com/quandyfactory/dicttoxml
Summary : Python module for converting a dictionary to XML
Description :
This module converts a Python dictionary or other native data type
into a valid XML string.