How to Install and Uninstall python3-markdown Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-markdown" package

This guide let you learn how to install python3-markdown on Kali Linux

$ sudo apt update $ sudo apt install python3-markdown

2. Uninstall "python3-markdown" package

This guide let you learn how to uninstall python3-markdown on Kali Linux:

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

3. Information about the python3-markdown package on Kali Linux

Package: python3-markdown
Source: python-markdown
Version: 3.5.2-1
Installed-Size: 363
Maintainer: Debian Python Team
Architecture: all
Replaces: python-markdown (<< 3.1.1-4)
Depends: python3-importlib-metadata | python3-supported-min (>= 3.10), python3:any
Recommends: python3-pygments, python3-yaml
Suggests: python-markdown-doc
Breaks: python-markdown (<< 3.1.1-4), python3-mdx-math (<< 0.7-2~)
Size: 81988
SHA256: ef42c542eedb3b7a9e4f725e3cc861af7998d9b323be871eeac3171bea7df0e8
SHA1: 82627d2d3a86e1e4a0493072e7c7a13a8462f590
MD5sum: 293abe00f04c806bbae901b8a5d53460
Description: 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:
Homepage: https://github.com/Python-Markdown/markdown
Section: python
Priority: optional
Filename: pool/main/p/python-markdown/python3-markdown_3.5.2-1_all.deb