How to Install and Uninstall nodejs-marked.noarch Package on Fedora 35

Last updated: September 22,2024

1. Install "nodejs-marked.noarch" package

In this section, we are going to explain the necessary steps to install nodejs-marked.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install nodejs-marked.noarch

2. Uninstall "nodejs-marked.noarch" package

Please follow the guidance below to uninstall nodejs-marked.noarch on Fedora 35:

$ sudo dnf remove nodejs-marked.noarch $ sudo dnf autoremove

3. Information about the nodejs-marked.noarch package on Fedora 35

Last metadata expiration check: 4:51:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : nodejs-marked
Version : 2.0.0
Release : 2.fc35
Architecture : noarch
Size : 68 k
Source : marked-2.0.0-2.fc35.src.rpm
Repository : fedora
Summary : A markdown parser for JavaScript built for speed
URL : https://github.com/markedjs/marked
License : MIT
Description : 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.