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

Last updated: June 02,2024

1. Install "python39-myst-parser" package

Please follow the instructions below to install python39-myst-parser on openSuSE Tumbleweed

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

2. Uninstall "python39-myst-parser" package

This tutorial shows how to uninstall python39-myst-parser on openSuSE Tumbleweed:

$ sudo zypper remove python39-myst-parser

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

Information for package python39-myst-parser:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-myst-parser
Version : 2.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 824.8 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.