How to Install and Uninstall cmark Package on openSUSE Leap

Last updated: May 05,2024

1. Install "cmark" package

Please follow the step by step instructions below to install cmark on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cmark

2. Uninstall "cmark" package

This guide covers the steps necessary to uninstall cmark on openSUSE Leap:

$ sudo zypper remove cmark

3. Information about the cmark package on openSUSE Leap

Information for package cmark:
------------------------------
Repository : Main Repository
Name : cmark
Version : 0.30.2-150400.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 22.7 KiB
Installed : No
Status : not installed
Source package : cmark-0.30.2-150400.3.3.1.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.