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

Last updated: May 14,2024

1. Install "antlr3" package

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

$ sudo apt update $ sudo apt install antlr3

2. Uninstall "antlr3" package

In this section, we are going to explain the necessary steps to uninstall antlr3 on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove antlr3 $ sudo apt autoclean && sudo apt autoremove

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

Package: antlr3
Architecture: all
Version: 3.5.2-9
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1207
Depends: default-jre-headless | java7-runtime-headless, libantlr3-runtime-java (= 3.5.2-9), libstringtemplate4-java
Recommends: libstringtemplate-java
Breaks: jython (<< 2.5.3-7~)
Filename: pool/universe/a/antlr3/antlr3_3.5.2-9_all.deb
Size: 1137880
MD5sum: b18c012cfa73e116f094ece3dc04fee1
SHA1: 6bcaac8dd364c7632d7b492317906d76702b29e0
SHA256: eea3a5b5574cbe408a71406017b8b3dc967555482bde3020e895e054a92fcbc8
SHA512: 7d9d4528dd9a0bdf04257ceda1384d5b5b8a9fc19a9abec5753c91cff3e7b52e5a2cd340cb0c5aff7ea4ab52e0718ee8febfbbdd0bb5d41acfa24659bbc03896
Homepage: http://www.antlr3.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