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

Last updated: January 10,2025

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

This tutorial shows how to install python3-markdown-it-py.noarch on Fedora 39

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

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

This guide let you learn how to uninstall python3-markdown-it-py.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:38:09 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-markdown-it-py
Version : 3.0.0
Release : 2.fc39
Architecture : noarch
Size : 199 k
Source : python-markdown-it-py-3.0.0-2.fc39.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