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

Last updated: November 28,2024

1. Install "antlr4-runtime.noarch" package

This guide covers the steps necessary to install antlr4-runtime.noarch on Fedora 38

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

2. Uninstall "antlr4-runtime.noarch" package

Please follow the instructions below to uninstall antlr4-runtime.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:21:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : antlr4-runtime
Version : 4.10.1
Release : 7.fc38
Architecture : noarch
Size : 304 k
Source : antlr4-project-4.10.1-7.fc38.src.rpm
Repository : fedora
Summary : ANTLR runtime
URL : https://www.antlr.org/
License : BSD-3-Clause
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 Java ANTLR parsers.