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

Last updated: May 19,2024

1. Install "jlex" package

Here is a brief guide to show you how to install jlex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jlex

2. Uninstall "jlex" package

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

$ sudo apt remove jlex $ sudo apt autoclean && sudo apt autoremove

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

Package: jlex
Priority: optional
Section: universe/devel
Installed-Size: 126
Maintainer: Colin Watson
Architecture: all
Version: 1.2.6-8
Replaces: javalex
Depends: default-jre | java5-runtime | java6-runtime | java7-runtime
Conflicts: javalex
Filename: pool/universe/j/jlex/jlex_1.2.6-8_all.deb
Size: 73058
MD5sum: cb9633ae8419a15eb02b1bffd3e5a0e6
SHA1: d044c5db075374d1384791dc2b7a6950a3faeefd
SHA256: f354ecad7ba597a7f6e91e4645bb8001e794acdf0564d459a8496b9b1307755e
Description-en: Lex-style lexical analyser generator for Java
The JLex utility is a lexical analyser generator, modelled after the
popular UNIX "lex" utility.
.
JLex takes a specification file similar to that accepted by Lex,
then creates a Java source file for the corresponding lexical analyzer.
Description-md5: 42f9e8c7f031dc6088bd557e08ba56b5
Multi-Arch: foreign
Homepage: http://www.cs.princeton.edu/~appel/modern/java/JLex/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu