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

Last updated: September 23,2024

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

Here is a brief guide to show you how to install python3-myst-parser.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall python3-myst-parser.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:02:41 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-myst-parser
Version : 0.15.1
Release : 2.fc35
Architecture : noarch
Size : 88 k
Source : python-myst-parser-0.15.1-2.fc35.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.