How to Install and Uninstall python3-markdown2.noarch Package on Fedora 38

Last updated: September 28,2024

1. Install "python3-markdown2.noarch" package

Please follow the step by step instructions below to install python3-markdown2.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the python3-markdown2.noarch package on Fedora 38

Last metadata expiration check: 5:12:04 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-markdown2
Version : 2.4.12
Release : 1.fc38
Architecture : noarch
Size : 108 k
Source : python-markdown2-2.4.12-1.fc38.src.rpm
Repository : updates
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/