How to Install and Uninstall libantlr4-runtime-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libantlr4-runtime-java" package

Please follow the guidance below to install libantlr4-runtime-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libantlr4-runtime-java

2. Uninstall "libantlr4-runtime-java" package

In this section, we are going to explain the necessary steps to uninstall libantlr4-runtime-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libantlr4-runtime-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libantlr4-runtime-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libantlr4-runtime-java
Priority: optional
Section: universe/java
Installed-Size: 327
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: antlr4
Version: 4.5.1-2
Filename: pool/universe/a/antlr4/libantlr4-runtime-java_4.5.1-2_all.deb
Size: 280128
MD5sum: 90f449ddac1a459135ed9b32146e462c
SHA1: fa52f97f778fade5f2acc3478d428b8d61f3094a
SHA256: 187f32c39c1893b2d95be1e83daea35015963a8ecab6d4031af63c299541efc2
Description-en: Runtime library for ANTLR 4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator
for reading, processing, executing, or translating structured text or binary
files. It's widely used to build languages, tools, and frameworks. From a
grammar, ANTLR generates a parser that can build and walk parse trees.
.
This package provides the runtime library required to run the parsers
generated by ANTLR 4.
Description-md5: 244b432649ad7371a7e9b3dadaf7861d
Homepage: http://www.antlr4.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu