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

Last updated: May 15,2024

1. Install "libparboiled-java" package

Please follow the step by step instructions below to install libparboiled-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libparboiled-java

2. Uninstall "libparboiled-java" package

This guide let you learn how to uninstall libparboiled-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libparboiled-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libparboiled-java
Priority: optional
Section: universe/java
Installed-Size: 373
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: parboiled
Version: 1.1.7-1
Depends: libasm4-java
Filename: pool/universe/p/parboiled/libparboiled-java_1.1.7-1_all.deb
Size: 274586
MD5sum: 2de267b803d63a5826d80a62e64bce17
SHA1: 276ce092b41599667c567d117e3dc19f44ce775e
SHA256: 5a092c1717e5f5be82db549feda929254989d0597b32e04b003ce78b3e069d2a
Description-en: Parser library based on Parsing Expression Grammars (PEGs)
Parboiled is a library providing parsing of arbitrary input text based on
Parsing expression grammars (PEGs). PEGs are an alternative to context free
grammars (CFGs) for formally specifying syntax, they make a good replacement
for regular expressions and generally have quite a few advantages over
the "traditional" way of building parsers via CFGs.
Description-md5: 31da10c96f30bda506693ff99e69b37a
Homepage: http://parboiled.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu