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

Last updated: November 29,2024

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

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

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

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

This tutorial shows how to uninstall python3-myst-parser.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:47:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-myst-parser
Version : 2.0.0
Release : 2.fc39
Architecture : noarch
Size : 201 k
Source : python-myst-parser-2.0.0-2.fc39.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.