How to Install and Uninstall python3-dicttoxml Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-dicttoxml" package

Please follow the instructions below to install python3-dicttoxml on Kali Linux

$ sudo apt update $ sudo apt install python3-dicttoxml

2. Uninstall "python3-dicttoxml" package

Please follow the step by step instructions below to uninstall python3-dicttoxml on Kali Linux:

$ sudo apt remove python3-dicttoxml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dicttoxml package on Kali Linux

Package: python3-dicttoxml
Source: python-dicttoxml
Version: 1.7.15-1
Installed-Size: 75
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 22152
SHA256: 39d7750921f9bf75536d0ff9981aa61ef597caf73411016095c2a491aaaa09b7
SHA1: 24aa5ab43dd85efeaecaf63a15512aba6c3c5a83
MD5sum: 7d3637736998769cb535a8bc2049d0ac
Description: Python 3 module for converting dict into a XML string
dicttoxml is a Python module for a Python dictionary or other native data type
into a valid XML string.
.
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. Items with a datetime type are converted to ISO format
strings. Items with a none type become empty XML elements.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/quandyfactory/dicttoxml
Section: python
Priority: optional
Filename: pool/main/p/python-dicttoxml/python3-dicttoxml_1.7.15-1_all.deb