How to Install and Uninstall python36-CommonMark Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python36-CommonMark" package

Here is a brief guide to show you how to install python36-CommonMark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-CommonMark

2. Uninstall "python36-CommonMark" package

This guide covers the steps necessary to uninstall python36-CommonMark on openSuSE Tumbleweed:

$ sudo zypper remove python36-CommonMark

3. Information about the python36-CommonMark package on openSuSE Tumbleweed

Information for package python36-CommonMark:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-CommonMark
Version : 0.9.1-6.1
Arch : noarch
Vendor : openSUSE
Installed Size : 447,0 KiB
Installed : No
Status : not installed
Source package : python-CommonMark-0.9.1-6.1.src
Summary : Python parser for the CommonMark Markdown spec
Description :
Pure Python port of jgm's stmd.js, a Markdown parser and renderer for the
CommonMark specification, using only native modules.