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

Last updated: May 10,2024

1. Install "sablecc" package

Please follow the guidance below to install sablecc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sablecc

2. Uninstall "sablecc" package

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

$ sudo apt remove sablecc $ sudo apt autoclean && sudo apt autoremove

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

Package: sablecc
Priority: extra
Section: universe/java
Installed-Size: 410
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.7-1
Filename: pool/universe/s/sablecc/sablecc_3.7-1_all.deb
Size: 371974
MD5sum: f63c0072432cc7499b33d34dd0489269
SHA1: ede62977e09967b7874c9ae8ec7fcf4699d1669e
SHA256: 1f4ece5a357720807bac94650f1268f496ede2eb3c51e55613a36896ee4c8e3b
Description-en: Object-oriented fully featured parser generator
SableCC is a parser generator which generates fully featured
object-oriented frameworks for building compilers, interpreters and
other text parsers.
.
In particular, generated frameworks include intuitive strictly-typed
abstract syntax trees and tree walkers. SableCC also keeps a clean
separation between machine-generated code and user-written code.
.
This package also contains AntTask, a task to invoke SableCC on grammar
files.
Description-md5: 203c660f69b10f5a6c06c6c62d04dd1b
Homepage: http://sablecc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu