How to Install and Uninstall python3-myst-parser.noarch Package on Fedora 36

Last updated: July 06,2024

1. Install "python3-myst-parser.noarch" package

This tutorial shows how to install python3-myst-parser.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-myst-parser.noarch

2. Uninstall "python3-myst-parser.noarch" package

Please follow the steps below to uninstall python3-myst-parser.noarch on Fedora 36:

$ sudo dnf remove python3-myst-parser.noarch $ sudo dnf autoremove

3. Information about the python3-myst-parser.noarch package on Fedora 36

Last metadata expiration check: 0:05:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-myst-parser
Version : 0.17.0
Release : 1.fc36
Architecture : noarch
Size : 101 k
Source : python-myst-parser-0.17.0-1.fc36.src.rpm
Repository : fedora
Summary : A commonmark compliant parser, with bridges to docutils & sphinx
URL : https://github.com/executablebooks/MyST-Parser
License : MIT
Description : A fully-functional markdown flavor and parser for Sphinx.
: MyST allows you to write Sphinx documentation entirely in markdown.
: MyST markdown provides a markdown equivalent of the reStructuredText syntax,
: meaning that you can do anything in MyST that you can do with reStructuredText.
: It is an attempt to have the best of both worlds: the flexibility and
: extensibility of Sphinx with the simplicity and readability of Markdown.