How to Install and Uninstall python310-myst-parser Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python310-myst-parser" package

This guide let you learn how to install python310-myst-parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-myst-parser

2. Uninstall "python310-myst-parser" package

In this section, we are going to explain the necessary steps to uninstall python310-myst-parser on openSuSE Tumbleweed:

$ sudo zypper remove python310-myst-parser

3. Information about the python310-myst-parser package on openSuSE Tumbleweed

Information for package python310-myst-parser:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-myst-parser
Version : 2.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 826.2 KiB
Installed : No
Status : not installed
Source package : python-myst-parser-2.0.0-1.2.src
Upstream URL : https://myst-parser.readthedocs.io/
Summary : An extended commonmark compliant parser, with bridges to docutils & sphinx
Description :
MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility.
This is the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx.
It contains an extended CommonMark (https://commonmark.org)-compliant parser using markdown-it-py (https://markdown-it-py.readthedocs.io/), as well as a Sphinx (https://www.sphinx-doc.org) extension that allows to write MyST Markdown in Sphinx.