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

Last updated: September 28,2024

1. Install "python311-CommonMark" package

Please follow the guidance below to install python311-CommonMark on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-CommonMark

2. Uninstall "python311-CommonMark" package

In this section, we are going to explain the necessary steps to uninstall python311-CommonMark on openSUSE Leap:

$ sudo zypper remove python311-CommonMark

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

Information for package python311-CommonMark:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-CommonMark
Version : 0.9.1-150400.9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 427.0 KiB
Installed : No
Status : not installed
Source package : python-CommonMark-0.9.1-150400.9.3.1.src
Upstream URL : https://github.com/rtfd/CommonMark-py
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.