How to Install and Uninstall python3-markdown2.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-markdown2.noarch" package

This guide covers the steps necessary to install python3-markdown2.noarch on Rocky Linux 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 Rocky Linux 8:

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

3. Information about the python3-markdown2.noarch package on Rocky Linux 8

Last metadata expiration check: 1:15:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-markdown2
Version : 2.4.3
Release : 1.el8
Architecture : noarch
Size : 83 k
Source : python-markdown2-2.4.3-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/