How to Install and Uninstall cmark.i686 Package on Fedora 38

Last updated: October 12,2024

1. Install "cmark.i686" package

Please follow the guidelines below to install cmark.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install cmark.i686

2. Uninstall "cmark.i686" package

Please follow the step by step instructions below to uninstall cmark.i686 on Fedora 38:

$ sudo dnf remove cmark.i686 $ sudo dnf autoremove

3. Information about the cmark.i686 package on Fedora 38

Last metadata expiration check: 2:38:20 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : cmark
Version : 0.30.3
Release : 2.fc38
Architecture : i686
Size : 17 k
Source : cmark-0.30.3-2.fc38.src.rpm
Repository : fedora
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.