How to Install and Uninstall python3-CommonMark Package on openSUSE Leap

Last updated: May 01,2024

1. Install "python3-CommonMark" package

Please follow the guidelines below to install python3-CommonMark on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-CommonMark

2. Uninstall "python3-CommonMark" package

Learn how to uninstall python3-CommonMark on openSUSE Leap:

$ sudo zypper remove python3-CommonMark

3. Information about the python3-CommonMark package on openSUSE Leap

Information for package python3-CommonMark:
-------------------------------------------
Repository : Main Repository
Name : python3-CommonMark
Version : 0.7.5-1.12
Arch : noarch
Vendor : SUSE LLC
Installed Size : 422.3 KiB
Installed : No
Status : not installed
Source package : python-CommonMark-0.7.5-1.12.src
Upstream URL : https://pypi.python.org/pypi/CommonMark
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.