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

Last updated: October 01,2024

1. Install "nodejs-antlr4.noarch" package

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

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

2. Uninstall "nodejs-antlr4.noarch" package

In this section, we are going to explain the necessary steps to uninstall nodejs-antlr4.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:31:27 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : nodejs-antlr4
Version : 4.10.1
Release : 7.fc38
Architecture : noarch
Size : 134 k
Source : antlr4-project-4.10.1-7.fc38.src.rpm
Repository : fedora
Summary : ANTLR runtime for JavaScript
URL : https://www.antlr.org/
License : BSD-3-Clause and MIT
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.