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

Last updated: May 10,2024

1. Install "python-dominate" package

In this section, we are going to explain the necessary steps to install python-dominate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-dominate

2. Uninstall "python-dominate" package

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

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

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

Package: python-dominate
Priority: optional
Section: universe/python
Installed-Size: 81
Maintainer: Ubuntu Developers
Original-Maintainer: Ross Gammon
Architecture: all
Source: dominate
Version: 2.1.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/dominate/python-dominate_2.1.5-1_all.deb
Size: 18106
MD5sum: 644debab8bd1d012f0dfd2517af15c85
SHA1: a83124bcb7f3595e0284f37eca76000e5cfeb87d
SHA256: 4956c95171292e8b94feb165dc56820a3076ada35c9048a6cadee64eb68a2046
Description-en: Python 2 library for creating and manipulating HTML documents
Dominate is a Python library for creating and manipulating HTML documents
using an elegant DOM API. It allows you to write HTML pages in pure Python
very concisely, which eliminate the need to learn another template language,
and to take advantage of the more powerful features of Python.
.
This package installs the library for Python 2.
Description-md5: 64e0369fca62029cfa9ff02d8070d94c
Homepage: https://github.com/Knio/dominate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu