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

Last updated: October 05,2024

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 35

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

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

This is a short guide on how to uninstall python3-markdown-it-py.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:02:56 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-markdown-it-py
Version : 1.1.0
Release : 4.fc35
Architecture : noarch
Size : 132 k
Source : python-markdown-it-py-1.1.0-4.fc35.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