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

Last updated: May 10,2024

1. Install "python3-mistletoe" package

Please follow the guidance below to install python3-mistletoe on Kali Linux

$ sudo apt update $ sudo apt install python3-mistletoe

2. Uninstall "python3-mistletoe" package

This guide covers the steps necessary to uninstall python3-mistletoe on Kali Linux:

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

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

Package: python3-mistletoe
Source: python-mistletoe
Version: 1.3.0-1
Installed-Size: 199
Maintainer: Stuart Prescott
Architecture: all
Depends: python3:any
Suggests: python3-pygments
Size: 37436
SHA256: 69a37d5c5096192c0ab1813e45cf66a2f7963485f5fc4592694a9598f8bacbd6
SHA1: bd9f63155ff507440aa29cce613a4c1673c59fb2
MD5sum: ffb71d3f4ab285d5f19dc4386b7ccb34
Description: fast, extensible Markdown parser in pure Python
mistletoe is a Markdown parser in pure Python,
designed to be fast, spec-compliant and fully customizable.
.
Apart from being the fastest
CommonMark-compliant Markdown parser implementation in pure Python,
mistletoe also supports easy definitions of custom tokens.
Parsing Markdown into an abstract syntax tree
also allows swapping out renderers for different output formats,
without touching any of the core components.
.
CommonMark is a dialect of Markdown with a strict specification.
.
Markdown is a lightweight markup language
with plain-text-formatting syntax.
Description-md5:
Homepage: https://github.com/miyuchina/mistletoe
Section: python
Priority: optional
Filename: pool/main/p/python-mistletoe/python3-mistletoe_1.3.0-1_all.deb