How to Install and Uninstall python-antlr3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 26,2024

1. Install "python-antlr3" package

Please follow the guidelines below to install python-antlr3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-antlr3

2. Uninstall "python-antlr3" package

Please follow the guidelines below to uninstall python-antlr3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-antlr3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-antlr3
Priority: optional
Section: universe/python
Installed-Size: 307
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 3.5.2-1
Depends: antlr3 (>= 3.5), python-stringtemplate3, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-antlr3/python-antlr3_3.5.2-1_all.deb
Size: 58958
MD5sum: 1e2e54d99447c804769636a0e7e23612
SHA1: c8e4076e20588af5ea53fb1cc893ddba61eb3f2f
SHA256: 7581ee4d77eee88cedab6f7afb2c3d6103eb0bf580c49958c8b267e2700d62e4
Description-en: ANother Tool for Language Recognition - Python 2.7 bindings
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.
.
This package provides the Python 2.7 bindings.
Description-md5: 2d4ca68c549acc2ee56c6ea106901c9a
Homepage: http://www.antlr.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu