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

Last updated: October 06,2024

1. Install "python311-myst-parser" package

This guide covers the steps necessary to install python311-myst-parser on openSuSE Tumbleweed

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

2. Uninstall "python311-myst-parser" package

This guide covers the steps necessary to uninstall python311-myst-parser on openSuSE Tumbleweed:

$ sudo zypper remove python311-myst-parser

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

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