How to Install and Uninstall javacc.noarch Package on Amazon Linux 2
Last updated: November 24,2024
1. Install "javacc.noarch" package
Please follow the guidance below to install javacc.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
javacc.noarch
Copied
2. Uninstall "javacc.noarch" package
This guide let you learn how to uninstall javacc.noarch on Amazon Linux 2:
$
sudo yum remove
javacc.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the javacc.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : javacc
Arch : noarch
Version : 5.0
Release : 10.1.amzn2
Size : 299 k
Repo : amzn2-core/2/x86_64
Summary : A parser/scanner generator for java
URL : http://javacc.java.net/
License : BSD
Description : Java Compiler Compiler (JavaCC) is the most popular parser
: generator for use with Java applications. A parser generator is a
: tool that reads a grammar specification and converts it to a Java
: program that can recognize matches to the grammar. In addition to
: the parser generator itself, JavaCC provides other standard
: capabilities related to parser generation such as tree building
: (via a tool called JJTree included with JavaCC), actions,
: debugging, etc.
Available Packages
Name : javacc
Arch : noarch
Version : 5.0
Release : 10.1.amzn2
Size : 299 k
Repo : amzn2-core/2/x86_64
Summary : A parser/scanner generator for java
URL : http://javacc.java.net/
License : BSD
Description : Java Compiler Compiler (JavaCC) is the most popular parser
: generator for use with Java applications. A parser generator is a
: tool that reads a grammar specification and converts it to a Java
: program that can recognize matches to the grammar. In addition to
: the parser generator itself, JavaCC provides other standard
: capabilities related to parser generation such as tree building
: (via a tool called JJTree included with JavaCC), actions,
: debugging, etc.