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

Last updated: May 13,2024

1. Install "cup" package

This tutorial shows how to install cup on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cup

2. Uninstall "cup" package

Here is a brief guide to show you how to uninstall cup on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cup $ sudo apt autoclean && sudo apt autoremove

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

Package: cup
Priority: optional
Section: universe/devel
Installed-Size: 196
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.11a+20060608-6
Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
Suggests: java-compiler
Filename: pool/universe/c/cup/cup_0.11a+20060608-6_all.deb
Size: 117772
MD5sum: 5f4c605660ce52e42928158c27131b23
SHA1: fb86d5e3ea06b21baf49ca304cfd9a7f841c87af
SHA256: 3656587d31071cb656716adcceb5f08d92e2d2beb40ffde707861f5dd71eb1a3
Description-en: LALR parser generator for Java(tm)
CUP is the "Constructor of Useful Parsers", a system for generating
parsers from simple LALR specifications. It serves the same role as the
widely used program YACC and in fact offers most of the features of YACC.
However, CUP is written in Java, uses specifications including embedded
Java code, and produces parsers which are implemented in Java.
Description-md5: e17ebf4be9cb3dd50e987f7295bcd089
Homepage: http://www2.cs.tum.edu/projects/cup/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu