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

Last updated: May 17,2024

1. Install "python-htmlgen" package

This guide covers the steps necessary to install python-htmlgen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-htmlgen

2. Uninstall "python-htmlgen" package

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

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

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

Package: python-htmlgen
Priority: optional
Section: universe/python
Installed-Size: 1326
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Coyner
Architecture: all
Source: htmlgen
Version: 2.2.2-12.3
Replaces: htmlgen (<< 2.2.2-8.2), python2.3-htmlgen (<< 2.2.2-11), python2.4-htmlgen (<< 2.2.2-11)
Provides: python2.7-htmlgen
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-imaging
Conflicts: htmlgen (<< 2.2.2-8.2), python2.3-htmlgen (<< 2.2.2-11), python2.4-htmlgen (<< 2.2.2-11)
Filename: pool/universe/h/htmlgen/python-htmlgen_2.2.2-12.3_all.deb
Size: 249004
MD5sum: 4eda00dee0938ad6e5618124d51d8ec2
SHA1: c88a57c9fa320bd1b8c926ead9b4a25800e6f80b
SHA256: b403d95934444908429cf5819278a48f5f053fabdd30e2453406bfae7615666f
Description-en: Python library for the generation of HTML
HTMLgen is a class library for the generation of HTML documents with
Python scripts. It's used when you want to create HTML pages
containing information which changes from time to time. For example
you might want to have a page which provides an overall system summary
of data collected nightly. Or maybe you have a catalog of data and
images that you would like formed into a spiffy set of web pages for
the world to browse. Python is a great scripting language for these
tasks and with HTMLgen it's very straightforward to construct objects
which are rendered into consistently structured web pages. Of course,
CGI scripts written in Python can take advantage of these classes as
well.
Description-md5: 4a8ee938aba79cbd46c738877f614c96
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu