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

Last updated: September 29,2024

1. Install "python3-dicttoxml.noarch" package

This guide let you learn how to install python3-dicttoxml.noarch on Fedora 35

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

2. Uninstall "python3-dicttoxml.noarch" package

Please follow the guidance below to uninstall python3-dicttoxml.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:12:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-dicttoxml
Version : 1.7.4
Release : 6.fc35
Architecture : noarch
Size : 28 k
Source : python-dicttoxml-1.7.4-6.fc35.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.