How to Install and Uninstall python-CommonMark-utils.noarch Package on Fedora 35
Last updated: November 28,2024
1. Install "python-CommonMark-utils.noarch" package
Here is a brief guide to show you how to install python-CommonMark-utils.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
python-CommonMark-utils.noarch
Copied
2. Uninstall "python-CommonMark-utils.noarch" package
Please follow the instructions below to uninstall python-CommonMark-utils.noarch on Fedora 35:
$
sudo dnf remove
python-CommonMark-utils.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python-CommonMark-utils.noarch package on Fedora 35
Last metadata expiration check: 4:35:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python-CommonMark-utils
Version : 0.9.1
Release : 6.fc35
Architecture : noarch
Size : 9.8 k
Source : python-CommonMark-0.9.1-6.fc35.src.rpm
Repository : updates
Summary : Command-line tools built using 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).
:
: This package contains the 'commonmark' command.
Available Packages
Name : python-CommonMark-utils
Version : 0.9.1
Release : 6.fc35
Architecture : noarch
Size : 9.8 k
Source : python-CommonMark-0.9.1-6.fc35.src.rpm
Repository : updates
Summary : Command-line tools built using 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).
:
: This package contains the 'commonmark' command.