How to Install and Uninstall antlr-maven-plugin.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "antlr-maven-plugin.noarch" package

Learn how to install antlr-maven-plugin.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install antlr-maven-plugin.noarch

2. Uninstall "antlr-maven-plugin.noarch" package

In this section, we are going to explain the necessary steps to uninstall antlr-maven-plugin.noarch on Fedora 34:

$ sudo dnf remove antlr-maven-plugin.noarch $ sudo dnf autoremove

3. Information about the antlr-maven-plugin.noarch package on Fedora 34

Last metadata expiration check: 3:31:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : antlr-maven-plugin
Version : 2.2
Release : 29.fc34
Architecture : noarch
Size : 50 k
Source : antlr-maven-plugin-2.2-29.fc34.src.rpm
Repository : fedora
Summary : Maven plugin that generates files based on grammar file(s)
URL : http://mojo.codehaus.org/antlr-maven-plugin/
License : ASL 2.0
Description : The Antlr Plugin has two goals:
: - antlr:generate Generates file(s) to a target directory based on grammar
: file(s).
: - antlr:html Generates Antlr report for grammar file(s).