How to Install and Uninstall jflex Package on Kali Linux

Last updated: May 19,2024

1. Install "jflex" package

This tutorial shows how to install jflex on Kali Linux

$ sudo apt update $ sudo apt install jflex

2. Uninstall "jflex" package

Here is a brief guide to show you how to uninstall jflex on Kali Linux:

$ sudo apt remove jflex $ sudo apt autoclean && sudo apt autoremove

3. Information about the jflex package on Kali Linux

Package: jflex
Version: 1.7.0-3
Installed-Size: 2114
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java7-runtime-headless, cup
Enhances: ant-optional
Size: 1716076
SHA256: 375db2a5738db01dcc52846954f179bd86490d211e7e064b8c5533f93b3f1676
SHA1: b1910111a354aaa8e86df794eb85c07fb1e3035d
MD5sum: cd14ee3022602564e7f3790dd499543a
Description: lexical analyzer generator for Java
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for
his C/C++ tool flex : They do not share any code though.
.
JFlex is designed to work together with the LALR parser generator CUP
by Scott Hudson, and the Java modification of Berkeley Yacc BYacc/J
by Bob Jamison. It can also be used together with other parser generators
like ANTLR or as a standalone tool.
Description-md5:
Homepage: http://www.jflex.de/
Tag: devel::code-generator, devel::lang:java, implemented-in::java,
interface::commandline, role::program, scope::utility
Section: java
Priority: optional
Filename: pool/main/j/jflex/jflex_1.7.0-3_all.deb