How to Install and Uninstall jflex Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "jflex" package

This guide let you learn how to install jflex on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jflex

2. Uninstall "jflex" package

Please follow the step by step instructions below to uninstall jflex on openSuSE Tumbleweed:

$ sudo zypper remove jflex

3. Information about the jflex package on openSuSE Tumbleweed

Information for package jflex:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jflex
Version : 1.8.2-7.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : jflex-1.8.2-7.1.src
Upstream URL : https://www.jflex.de/
Summary : Lexical Analyzer Generator for Java
Description :
JFlex is a lexical analyzer generator for Java written in Java. It is
also a rewrite of the very useful tool JLex which was developed by
Elliot Berk at Princeton University. As Vern Paxson states for his C/C++
tool flex: they do not share any code though.
Design goals The main design goals of JFlex are:
* Full unicode support
* Fast generated scanners
* Fast scanner generation
* Convenient specification syntax
* Platform independence
* JLex compatibility