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

Last updated: July 06,2024

1. Install "python3-markdown2" package

This guide covers the steps necessary to install python3-markdown2 on Kali Linux

$ sudo apt update $ sudo apt install python3-markdown2

2. Uninstall "python3-markdown2" package

Here is a brief guide to show you how to uninstall python3-markdown2 on Kali Linux:

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

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

Package: python3-markdown2
Source: python-markdown2
Version: 2.4.11-1
Installed-Size: 172
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 49508
SHA256: 1f094d55718e34c97fdf5e7d5740eec3b2f6209ed8c7e489fa0a01e6f83e877b
SHA1: 0c34e1ed4898ec109546e50153cdf3523285e51f
MD5sum: d670e58b4855925b238b913ba5762115
Description: Fast and complete implementation of Markdown in Python3
Markdown is a text-to-HTML filter; it translates an easy-to-read /
easy-to-write structured text format into HTML. Markdown’s text format is most
similar to that of plain text email, and supports features such as headers,
emphasis, code blocks, blockquotes, and links.
.
This is a fast and complete Python3 implementation of the Markdown spec.
Description-md5:
Homepage: https://github.com/trentm/python-markdown2
Section: python
Priority: optional
Filename: pool/main/p/python-markdown2/python3-markdown2_2.4.11-1_all.deb