How to Install and Uninstall cup Package on Kali Linux

Last updated: April 28,2024

1. Install "cup" package

This guide let you learn how to install cup on Kali Linux

$ sudo apt update $ sudo apt install cup

2. Uninstall "cup" package

This is a short guide on how to uninstall cup on Kali Linux:

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

3. Information about the cup package on Kali Linux

Package: cup
Version: 0.11b-20160615-2
Installed-Size: 311
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java8-runtime-headless
Suggests: java-compiler
Size: 155296
SHA256: 0908baf60ba5791e0fd8d86b075b610c47211fbc93a922362ed642257b834b9c
SHA1: dffe148794e870120cb7b03833b2c6fed8d8eea8
MD5sum: 45f58af2fc5f905483db9f5be6a8f242
Description: 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:
Homepage: http://www2.cs.tum.edu/projects/cup/
Tag: devel::code-generator, devel::lang:java, interface::commandline,
role::program, scope::utility, works-with::software:source
Section: java
Priority: optional
Filename: pool/main/c/cup/cup_0.11b-20160615-2_all.deb