How to Install and Uninstall libcmark0_30_2 Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "libcmark0_30_2" package

Please follow the instructions below to install libcmark0_30_2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcmark0_30_2

2. Uninstall "libcmark0_30_2" package

Please follow the guidance below to uninstall libcmark0_30_2 on openSuSE Tumbleweed:

$ sudo zypper remove libcmark0_30_2

3. Information about the libcmark0_30_2 package on openSuSE Tumbleweed

Information for package libcmark0_30_2:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libcmark0_30_2
Version : 0.30.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 289,5 KiB
Installed : No
Status : not installed
Source package : cmark-0.30.2-2.1.src
Summary : CmmonMark parsing and rendering library
Description :
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.