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

Last updated: May 17,2024

1. Install "python3-xmltodict" package

This is a short guide on how to install python3-xmltodict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-xmltodict

2. Uninstall "python3-xmltodict" package

Please follow the steps below to uninstall python3-xmltodict on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-xmltodict
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Badia
Architecture: all
Source: python-xmltodict
Version: 0.9.2-3
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-xmltodict/python3-xmltodict_0.9.2-3_all.deb
Size: 8740
MD5sum: a54c4cbb2e50efbdba9d10607dafdbee
SHA1: 4cb205fb960bc9966f5fed27a8c70efbe8852b64
SHA256: 1d2342ba1ca04d881fc7bc532695fb8a77668399aef2d4e195ffbb542571627a
Description-en: 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: 22d3a01b6f49641d1e5c17134a2dedad
Homepage: https://github.com/martinblech/xmltodict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu