How to Install and Uninstall antlr Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 05,2024

1. Install "antlr" package

In this section, we are going to explain the necessary steps to install antlr on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install antlr

2. Uninstall "antlr" package

Please follow the steps below to uninstall antlr on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove antlr $ sudo apt autoclean && sudo apt autoremove

3. Information about the antlr package on Ubuntu 20.10 (Groovy Gorilla)

Package: antlr
Architecture: all
Version: 2.7.7+dfsg-10build1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: default-jre-headless | java5-runtime-headless | java6-runtime-headless, libantlr-java (= 2.7.7+dfsg-10build1)
Filename: pool/universe/a/antlr/antlr_2.7.7+dfsg-10build1_all.deb
Size: 5108
MD5sum: e4aefa83f0b331122a48d7c5469cf8e2
SHA1: 13019cd12ed2dcf682eefe38d48f4940f914de9f
SHA256: d3e7bb5c38187a5689798946823804d9e660a60ab12ae978b9362201193d5e16
SHA512: 631131660b20b26d3fcdf4bd88f188b6a6d030cd8e94ae7978b5739f9a3abf8bc6a4e847837bbac7e64453a7ae3d2d52e80227a227f8caf259ff3107925c0c49
Homepage: https://www.antlr2.org
Description-en: language tool for constructing recognizers, compilers etc
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].
.
Computer language translation has become a common task. While
compilers and tools for traditional computer languages (such as C
or Java) are still being built, their number is dwarfed by the thousands
of mini-languages for which recognizers and translators are being
developed. Programmers construct translators for database formats,
graphical data files (e.g., PostScript, AutoCAD), text processing
files (e.g., HTML, SGML). ANTLR is designed to handle all of your
translation tasks.
Description-md5: 21a2d2105df695e242797a7829b2c9b5