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

Last updated: May 15,2024

1. Install "python3-xmltodict" package

Here is a brief guide to show you how to install python3-xmltodict on Kali Linux

$ sudo apt update $ sudo apt install python3-xmltodict

2. Uninstall "python3-xmltodict" package

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

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

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

Package: python3-xmltodict
Source: python-xmltodict
Version: 0.13.0-1
Installed-Size: 51
Maintainer: Sebastien Badia
Architecture: all
Depends: python3:any
Size: 16660
SHA256: a3677ec66e0caf987cf2afe0ab38ea53f6cb145d7c3a777d19744a716c525b59
SHA1: 991021955c4ee35f0edc8881f5aef7f4ffa36d44
MD5sum: 1cdb55f8031fc44e7d0fc2880a6dfe14
Description: Makes working with XML feel like you are working with JSON (Python 3)
xmltodict is a Python module that makes working with XML feel like you are
working with JSON. xmltodict is very fast (Expat-based) and has a streaming
mode with a small memory footprint, suitable for big XML dumps.
.
This package provides the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/martinblech/xmltodict
Section: python
Priority: optional
Filename: pool/main/p/python-xmltodict/python3-xmltodict_0.13.0-1_all.deb