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

Last updated: November 26,2024

1. Install "python-xmlbuilder" package

Learn how to install python-xmlbuilder on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xmlbuilder

2. Uninstall "python-xmlbuilder" package

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

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

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

Package: python-xmlbuilder
Priority: optional
Section: universe/python
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-xmlbuilder-doc
Filename: pool/universe/p/python-xmlbuilder/python-xmlbuilder_1.0-1_all.deb
Size: 5938
MD5sum: c6736d50f24a2249419c5bffb2b79793
SHA1: cdf9108d1070943d6f7f6c5fcbcbcff47f2fcba0
SHA256: 7de6439587af531506a335c14378d52d454a30add11091dc5667516b695c3074
Description-en: create xml/(x)html files - Python 2.x
XMLBuilder is tiny library build on top of ElementTree.TreeBuilder to make xml
files creation more pythonomic. XMLBuilder use "with" statement and attribute
access to define xml document structure.
.
This package contains the Python 2.x module.
Description-md5: 9e90c5d8457a39dc810062053d686d11
Homepage: https://pypi.python.org/pypi/xmlbuilder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu