How to Install and Uninstall python-xmltodict Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-xmltodict" package

This guide let you learn how to install python-xmltodict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xmltodict

2. Uninstall "python-xmltodict" package

This tutorial shows how to uninstall python-xmltodict on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-xmltodict package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-xmltodict
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Badia
Architecture: all
Version: 0.9.2-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-xmltodict/python-xmltodict_0.9.2-3_all.deb
Size: 8654
MD5sum: b7b2b9d09cf8d41ef9c5c19626511574
SHA1: e7a83bd37733f392efe366daed94dca49f123377
SHA256: bd3761aa5c2184d664d8b2ca7eab66e717015858eff73269c938637dfbbe0613
Description-en: Makes working with XML feel like you are working with JSON (Python 2)
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 2 version of the library.
Description-md5: db5a3f7a3c3ef92b7b88ea645225618c
Homepage: https://github.com/martinblech/xmltodict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu