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

Last updated: November 25,2024

1. Install "nodejs-antlr4.noarch" package

This guide covers the steps necessary to install nodejs-antlr4.noarch on Fedora 35

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

2. Uninstall "nodejs-antlr4.noarch" package

Please follow the guidelines below to uninstall nodejs-antlr4.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:29:29 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : nodejs-antlr4
Version : 4.9.3
Release : 2.fc35
Architecture : noarch
Size : 98 k
Source : antlr4-project-4.9.3-2.fc35.src.rpm
Repository : updates
Summary : ANTLR runtime for JavaScript
URL : https://www.antlr.org/
License : BSD
Description : ANTLR (ANother Tool for Language Recognition) is a powerful parser
: generator for reading, processing, executing, or translating structured
: text or binary files. It is widely used to build languages, tools, and
: frameworks. From a grammar, ANTLR generates a parser that can build
: and walk parse trees.
:
: This package provides the runtime library used by JavaScript ANTLR
: parsers.