How to Install and Uninstall jflex-bootstrap Package on openSUSE Leap

Last updated: July 01,2024

1. Install "jflex-bootstrap" package

Learn how to install jflex-bootstrap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jflex-bootstrap

2. Uninstall "jflex-bootstrap" package

Please follow the guidelines below to uninstall jflex-bootstrap on openSUSE Leap:

$ sudo zypper remove jflex-bootstrap

3. Information about the jflex-bootstrap package on openSUSE Leap

Information for package jflex-bootstrap:
----------------------------------------
Repository : Main Repository
Name : jflex-bootstrap
Version : 1.4.3-bp153.3.17
Arch : noarch
Vendor : openSUSE
Installed Size : 187,0 KiB
Installed : No
Status : not installed
Source package : jflex-bootstrap-1.4.3-bp153.3.17.src
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