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

Last updated: May 13,2024

1. Install "python3-markdown" package

Please follow the step by step instructions below to install python3-markdown on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-markdown

2. Uninstall "python3-markdown" package

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

$ sudo apt remove python3-markdown $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-markdown
Priority: optional
Section: universe/python
Installed-Size: 246
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-markdown
Version: 2.6.6-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-pygments, python3-yaml
Suggests: python-markdown-doc
Filename: pool/universe/p/python-markdown/python3-markdown_2.6.6-1_all.deb
Size: 52360
MD5sum: aa9467f8654f31cd7de4ffa68ca22ac6
SHA1: 343e47b92340791a20eee2773b957f639bd19870
SHA256: 6c3e1ebcdc3cf030d47dec55c473a938d4d19e6eaf9e3e4fb53ecf374536f1c2
Description-en: text-to-HTML conversion library/tool (Python 3 version)
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 all the files needed to use Markdown with Python
3.x.
Description-md5: a41e0370944012c8538200e25f056ab5
Homepage: https://github.com/waylan/Python-Markdown
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu