How to Install and Uninstall python-CommonMark-doc.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 13,2024

1. Install "python-CommonMark-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-CommonMark-doc.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python-CommonMark-doc.noarch

2. Uninstall "python-CommonMark-doc.noarch" package

Here is a brief guide to show you how to uninstall python-CommonMark-doc.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python-CommonMark-doc.noarch $ sudo dnf autoremove

3. Information about the python-CommonMark-doc.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:46:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python-CommonMark-doc
Version : 0.9.1
Release : 3.el8
Architecture : noarch
Size : 55 k
Source : python-CommonMark-0.9.1-3.el8.src.rpm
Repository : epel
Summary : Documentation for python-CommonMark
URL : https://pypi.python.org/pypi/CommonMark
License : BSD
Description : Pure Python port of jgm’s stmd.js, a Markdown parser and renderer for the
: CommonMark specification, using only native modules. Once both this project and
: the CommonMark specification are stable we will release the first 1.0 version
: and attempt to keep up to date with changes in stmd.js.
:
: We are currently at the same development stage (actually a bit ahead because we
: have implemented HTML entity conversion and href URL escaping) as stmd.js. Since
: Python versions pre-3.4 use outdated (i.e. not HTML5 spec) entity conversion,
: I’ve converted the 3.4 implementation into a single file, entitytrans.py which
: so far seems to work (all tests pass on 2.7, 3.3, and 3.4).
:
: Documentation package.