How to Install and Uninstall marked.noarch Package on CentOS 8 / RHEL 8

Last updated: July 02,2024

1. Install "marked.noarch" package

This tutorial shows how to install marked.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install marked.noarch

2. Uninstall "marked.noarch" package

This guide let you learn how to uninstall marked.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove marked.noarch $ sudo dnf autoremove

3. Information about the marked.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:04:26 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : marked
Version : 1.1.0
Release : 3.el8
Architecture : noarch
Size : 11 k
Source : marked-1.1.0-3.el8.src.rpm
Repository : epel
Summary : A markdown parser for Node.js built for speed
URL : https://github.com/markedjs/marked
License : MIT
Description : Install this for command line tool and man page.
:
: marked is a full-featured markdown compiler that can parse huge chunks of
: markdown without having to worry about caching the compiled output or
: blocking for an unnecessarily long time.
:
: marked is extremely fast and frequently outperforms similar markdown parsers.
: marked is very concise and still implements all markdown features, as well
: as GitHub Flavored Markdown features.
:
: marked more or less passes the official markdown test suite in its entirety.
: This is important because a surprising number of markdown compilers cannot
: pass more than a few tests.