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

Last updated: May 19,2024

1. Install "jflex" package

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

$ sudo apt update $ sudo apt install jflex

2. Uninstall "jflex" package

Please follow the step by step instructions below to uninstall jflex on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: jflex
Priority: optional
Section: universe/devel
Installed-Size: 1498
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.4.3+dfsg-1
Depends: default-jre-headless | java1-runtime | java2-runtime
Filename: pool/universe/j/jflex/jflex_1.4.3+dfsg-1_all.deb
Size: 1052020
MD5sum: b420be459056e4dcd406e75f2084076f
SHA1: 65bf5e4b2f872a97af8fada27ad4d415afc78026
SHA256: b05782cfa8b4aa67871313dc7e6d328690b3d508d33efdf6b7674a5cce96242c
Description-en: 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: 8cfe78ca20814658bf3751fbef74366b
Enhances: ant-optional
Homepage: http://www.jflex.de/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu