How to Install and Uninstall python3-markdown2.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "python3-markdown2.noarch" package

Please follow the instructions below to install python3-markdown2.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-markdown2.noarch

2. Uninstall "python3-markdown2.noarch" package

This guide let you learn how to uninstall python3-markdown2.noarch on CentOS Stream 8:

$ sudo dnf remove python3-markdown2.noarch $ sudo dnf autoremove

3. Information about the python3-markdown2.noarch package on CentOS Stream 8

Last metadata expiration check: 5:15:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-markdown2
Version : 2.4.12
Release : 1.el8
Architecture : noarch
Size : 94 k
Source : python-markdown2-2.4.12-1.el8.src.rpm
Repository : epel
Summary : A fast and complete Python implementation of Markdown
URL : https://github.com/trentm/python-markdown2/
License : MIT
Description : 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 Python implementation of the Markdown
: spec.
:
: For information about markdown itself, see
: http://daringfireball.net/projects/markdown/