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

Last updated: May 09,2024

1. Install "python-markdown-doc" package

This is a short guide on how to install python-markdown-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-markdown-doc

2. Uninstall "python-markdown-doc" package

Please follow the steps below to uninstall python-markdown-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-markdown-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-markdown-doc
Priority: optional
Section: universe/doc
Installed-Size: 543
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-markdown
Version: 2.6.6-1
Filename: pool/universe/p/python-markdown/python-markdown-doc_2.6.6-1_all.deb
Size: 75240
MD5sum: 16d5df795d95d7ba642a0297ef03622c
SHA1: 67175b31913fba8fb6659d049756126e4e27cafe
SHA256: 1f17cda81ff3ef185a286dc29478e91785d352a4a603dd723ccafae43d6f2f43
Description-en: text-to-HTML conversion library/tool (documentation)
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
.
This is a Python implementation of John Gruber's Markdown. The current
version of python-markdown implements all Markdown syntax features and
fully passes Markdown Test Suite 1.0. It also supports footnotes and
attributes.
.
This package contains HTML documentation files for python-markdown.
Description-md5: 4adb2c8eac8dc457ac72e239e7d30ae0
Homepage: https://github.com/waylan/Python-Markdown
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu