How to Install and Uninstall cmark.x86_64 Package on Oracle Linux 9
Last updated: November 13,2024
1. Install "cmark.x86_64" package
Please follow the instructions below to install cmark.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
cmark.x86_64
Copied
2. Uninstall "cmark.x86_64" package
This guide covers the steps necessary to uninstall cmark.x86_64 on Oracle Linux 9:
$
sudo dnf remove
cmark.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the cmark.x86_64 package on Oracle Linux 9
Last metadata expiration check: 0:32:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cmark
Version : 0.29.0
Release : 4.el9
Architecture : x86_64
Size : 104 k
Source : cmark-0.29.0-4.el9.src.rpm
Repository : epel
Summary : CommonMark parsing and rendering
URL : https://github.com/jgm/cmark
License : BSD and MIT
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.
Available Packages
Name : cmark
Version : 0.29.0
Release : 4.el9
Architecture : x86_64
Size : 104 k
Source : cmark-0.29.0-4.el9.src.rpm
Repository : epel
Summary : CommonMark parsing and rendering
URL : https://github.com/jgm/cmark
License : BSD and MIT
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.