How to Install and Uninstall antlrworks.noarch Package on Fedora 34

Last updated: May 08,2024

1. Install "antlrworks.noarch" package

This is a short guide on how to install antlrworks.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install antlrworks.noarch

2. Uninstall "antlrworks.noarch" package

In this section, we are going to explain the necessary steps to uninstall antlrworks.noarch on Fedora 34:

$ sudo dnf remove antlrworks.noarch $ sudo dnf autoremove

3. Information about the antlrworks.noarch package on Fedora 34

Last metadata expiration check: 1:49:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : antlrworks
Version : 1.5.2
Release : 19.fc34
Architecture : noarch
Size : 1.0 M
Source : antlrworks-1.5.2-19.fc34.src.rpm
Repository : fedora
Summary : Grammar development environment for ANTLR v3 grammars
URL : http://www.antlr3.org/works
License : BSD
Description : ANTLRWorks is a novel grammar development environment for ANTLR v3 grammars
: written by Jean Bovet (with suggested use cases from Terence Parr). It combines
: an excellent grammar-aware editor with an interpreter for rapid prototyping and
: a language-agnostic debugger for isolating grammar errors. ANTLRWorks helps
: eliminate grammar nondeterminisms, one of the most difficult problems for
: beginners and experts alike, by highlighting nondeterministic paths in the
: syntax diagram associated with a grammar. ANTLRWorks' goal is to make grammars
: more accessible to the average programmer, improve maintainability and
: readability of grammars by providing excellent grammar navigation and
: refactoring tools, and address the most common questions and problems
: encountered by grammar developers.