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

Last updated: May 20,2024

1. Install "python3-markdown2.noarch" package

This guide covers the steps necessary to install python3-markdown2.noarch on Fedora 39

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

2. Uninstall "python3-markdown2.noarch" package

Please follow the guidelines below to uninstall python3-markdown2.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:49:32 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-markdown2
Version : 2.4.12
Release : 1.fc39
Architecture : noarch
Size : 105 k
Source : python-markdown2-2.4.12-1.fc39.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/