How to Install and Uninstall jikespg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "jikespg" package

Please follow the instructions below to install jikespg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jikespg

2. Uninstall "jikespg" package

This tutorial shows how to uninstall jikespg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jikespg $ sudo apt autoclean && sudo apt autoremove

3. Information about the jikespg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jikespg
Priority: extra
Section: universe/devel
Installed-Size: 376
Maintainer: Ubuntu Developers
Original-Maintainer: Jakub Adam
Architecture: amd64
Version: 1.3-3
Depends: libc6 (>= 2.14)
Filename: pool/universe/j/jikespg/jikespg_1.3-3_amd64.deb
Size: 134152
MD5sum: ad7ac423b2dc8c1a8f5f40c313729b2a
SHA1: 8ac2bc82822aff932f6a25e76bd9fb97a87df6c2
SHA256: 1b1869411bd215d7f628fef0150fb7ef1d950d7618dc0250cdfbf26cd4d19058
Description-en: Jikes Parser Generator
Jikes Parser Generator is a parser generator that accepts as input an
annotated description for a language grammar and produces text files
suitable for inclusion in a parser for that language. It is similar in
function and use to the widely-available parser generators Yacc and Bison.
.
It also provides support for automatic diagnosis and recovery from syntactic
errors. It is the parser generator used by the Jikes Compiler. Jikes Parser
Generator can generate parsers for LALR(k) grammars and produce output
suitable for use with parsers written in Java, C, or C++.
Description-md5: d92b59c8dbff51d9a38cd2ca9718d627
Homepage: http://jikes.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu