How to Install and Uninstall js-marked.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "js-marked.noarch" package

This is a short guide on how to install js-marked.noarch on Fedora 34

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

2. Uninstall "js-marked.noarch" package

This is a short guide on how to uninstall js-marked.noarch on Fedora 34:

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

3. Information about the js-marked.noarch package on Fedora 34

Last metadata expiration check: 0:26:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : js-marked
Version : 2.0.0
Release : 1.fc34
Architecture : noarch
Size : 39 k
Source : marked-2.0.0-1.fc34.src.rpm
Repository : fedora
Summary : Minified markdown parser for JavaScript built for speed
URL : https://github.com/markedjs/marked
License : MIT
Description : Install this for the minified web assests for nodejs-marked.
:
: 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.