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

Last updated: September 28,2024

1. Install "python-dexml" package

Please follow the step by step instructions below to install python-dexml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dexml

2. Uninstall "python-dexml" package

Here is a brief guide to show you how to uninstall python-dexml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-dexml
Priority: optional
Section: universe/python
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Version: 0.5.1-1
Provides: python2.7-dexml
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-dexml/python-dexml_0.5.1-1_all.deb
Size: 24926
MD5sum: 6be4f81ad12339602b1cb923a6874103
SHA1: c6fa589a42580bf549b4c4320257ad0c72b2f663
SHA256: 31d4aa7496c62d0d8dd6e05f12e6e40cd6ab8cdd30943d6e0b39e87a77362964
Description-en: Dead-simple Object-XML mapper for Python
Dexml module takes the obvious mapping between XML tags and Python objects
and lets you capture that as cleanly as possible. Loosely inspired by Django's
ORM, you write simple class definitions to define the expected structure of
your XML document.
Description-md5: b254936c7c6c48382866ed7bb693f571
Homepage: http://pypi.python.org/pypi/dexml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu