How to Install and Uninstall python3-dicttoxml.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "python3-dicttoxml.noarch" package

Please follow the step by step instructions below to install python3-dicttoxml.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-dicttoxml.noarch

2. Uninstall "python3-dicttoxml.noarch" package

Here is a brief guide to show you how to uninstall python3-dicttoxml.noarch on Fedora 36:

$ sudo dnf remove python3-dicttoxml.noarch $ sudo dnf autoremove

3. Information about the python3-dicttoxml.noarch package on Fedora 36

Last metadata expiration check: 2:26:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-dicttoxml
Version : 1.7.4
Release : 7.fc36
Architecture : noarch
Size : 29 k
Source : python-dicttoxml-1.7.4-7.fc36.src.rpm
Repository : fedora
Summary : Converts a Python dictionary or other native data type into a valid XML string
URL : https://github.com/quandyfactory/dicttoxml
License : GPLv2
Description : Converts a Python dictionary or other native data type into a valid XML string.
: Details Supports item (int, float, long, decimal.Decimal, bool, str, unicode,
: datetime, none and other number-like objects) and collection (list, set, tuple
: and dict, as well as iterable and dict-like objects) data types, with arbitrary
: nesting for the collections.