How to Install and Uninstall antlr.src Package on Oracle Linux 9

Last updated: November 24,2024

1. Install "antlr.src" package

Please follow the guidelines below to install antlr.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install antlr.src

2. Uninstall "antlr.src" package

Please follow the step by step instructions below to uninstall antlr.src on Oracle Linux 9:

$ sudo dnf remove antlr.src $ sudo dnf autoremove

3. Information about the antlr.src package on Oracle Linux 9

Last metadata expiration check: 0:42:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : antlr
Version : 2.7.7
Release : 68.el9
Architecture : src
Size : 1.3 M
Source : None
Repository : ol9_appstream
Summary : ANother Tool for Language Recognition
URL : http://www.antlr2.org/
License : ANTLR-PD
Description : ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
: language tool that provides a framework for constructing recognizers,
: compilers, and translators from grammatical descriptions containing
: C++ or Java actions [You can use PCCTS 1.xx to generate C-based
: parsers].