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

Last updated: July 03,2024

1. Install "python-xmlmarshaller" package

This tutorial shows how to install python-xmlmarshaller on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xmlmarshaller

2. Uninstall "python-xmlmarshaller" package

Please follow the guidance below to uninstall python-xmlmarshaller on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-xmlmarshaller
Priority: optional
Section: universe/python
Installed-Size: 113
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: all
Source: xmlmarshaller
Version: 0.9.7+svn39722-2build1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-lxml
Suggests: python-pkg-resources
Filename: pool/universe/x/xmlmarshaller/python-xmlmarshaller_0.9.7+svn39722-2build1_all.deb
Size: 14292
MD5sum: f76f47a038cc6a54ec6948927a4b537d
SHA1: 9b9438da5c479ad47fea878a5245602cb9270735
SHA256: 92d25685b81f63abb1c3e43334005448ff6d30e81cb1204cdaecb9ad2bd6ff42
Description-en: Converting Python objects to XML and back again.
Marshals simple Python data types into a custom XML format. The
Marshaller and Unmarshaller classes can be subclassed in order to
implement marshalling into a different XML DTD.
.
Fully compatible with PyXML implementation, enable namespace support
for XML Input/Output.
Description-md5: a3478dd7d80a7f2f2007a18e7c9b51aa
Homepage: http://pypi.python.org/pypi/xml_marshaller
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu