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

Last updated: May 20,2024

1. Install "python3-dexml" package

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

$ sudo apt update $ sudo apt install python3-dexml

2. Uninstall "python3-dexml" package

This is a short guide on how to uninstall python3-dexml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-dexml
Priority: optional
Section: universe/python
Installed-Size: 157
Maintainer: Ubuntu Developers
Original-Maintainer: Janos Guljas
Architecture: all
Source: python-dexml
Version: 0.5.1-1
Depends: python3 (>= 3.2.3-3~)
Filename: pool/universe/p/python-dexml/python3-dexml_0.5.1-1_all.deb
Size: 24874
MD5sum: b1b188ca8df37be2cb6f0cd858452afe
SHA1: 7c67f9b82055ad2c9f0b8b22170e7b3451f63925
SHA256: a9d7a772e61188d18ce0672206211c786527fc977e4af5fc903ba9aa853a3f47
Description-en: Dead-simple Object-XML mapper for Python3
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.
.
This package provides module for python3 series.
Description-md5: a74cd3a9c02f06783aa1f0d6b0e052ee
Homepage: http://pypi.python.org/pypi/dexml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu