How to Install and Uninstall python3-markdown-it-py.noarch Package on Fedora 38

Last updated: January 09,2025

1. Install "python3-markdown-it-py.noarch" package

In this section, we are going to explain the necessary steps to install python3-markdown-it-py.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-markdown-it-py.noarch

2. Uninstall "python3-markdown-it-py.noarch" package

Learn how to uninstall python3-markdown-it-py.noarch on Fedora 38:

$ sudo dnf remove python3-markdown-it-py.noarch $ sudo dnf autoremove

3. Information about the python3-markdown-it-py.noarch package on Fedora 38

Last metadata expiration check: 3:18:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-markdown-it-py
Version : 2.2.0
Release : 1.fc38
Architecture : noarch
Size : 195 k
Source : python-markdown-it-py-2.2.0-1.fc38.src.rpm
Repository : fedora
Summary : Python port of markdown-it
URL : https://github.com/executablebooks/markdown-it-py
License : MIT
Description : Markdown parser done right. Its features:
: Follows the CommonMark spec for baseline parsing.
: Has configurable syntax: you can add new rules and even replace existing ones.
: Pluggable: Adds syntax extensions to extend the parser.
: High speed & safe by default