How to Install and Uninstall cmark Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "cmark" package

Please follow the steps below to install cmark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cmark

2. Uninstall "cmark" package

Please follow the instructions below to uninstall cmark on openSuSE Tumbleweed:

$ sudo zypper remove cmark

3. Information about the cmark package on openSuSE Tumbleweed

Information for package cmark:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cmark
Version : 0.30.3-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 22.6 KiB
Installed : No
Status : not installed
Source package : cmark-0.30.3-1.4.src
Upstream URL : https://github.com/jgm/cmark
Summary : CommonMark parsing and rendering library and program in C
Description :
`cmark` is the C reference implementation of CommonMark,
a rationalized version of Markdown syntax with a spec.
It provides a shared library (`libcmark`) with functions for parsing
CommonMark documents to an abstract syntax tree (AST), manipulating
the AST, and rendering the document to HTML, groff man, LaTeX,
CommonMark, or an XML representation of the AST. It also provides a
command-line program (`cmark`) for parsing and rendering CommonMark
documents.