How to Install and Uninstall perl-CommonMark Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "perl-CommonMark" package

Please follow the guidance below to install perl-CommonMark on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CommonMark

2. Uninstall "perl-CommonMark" package

Please follow the step by step instructions below to uninstall perl-CommonMark on openSuSE Tumbleweed:

$ sudo zypper remove perl-CommonMark

3. Information about the perl-CommonMark package on openSuSE Tumbleweed

Information for package perl-CommonMark:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CommonMark
Version : 0.290000-4.25
Arch : x86_64
Vendor : openSUSE
Installed Size : 89.0 KiB
Installed : No
Status : not installed
Source package : perl-CommonMark-0.290000-4.25.src
Upstream URL : https://metacpan.org/release/CommonMark
Summary : Interface to the CommonMark C library
Description :
This module is a wrapper around the official CommonMark C library
_libcmark_. It closely follows the original API.
The main module provides some entry points to parse documents and
convenience functions for node creation. The bulk of features is available
through CommonMark::Node objects of which the parse tree is made.
CommonMark::Iterator is a useful class to walk through the nodes in a tree.
CommonMark::Parser provides a push parser interface.