How to Install and Uninstall jflex.noarch Package on Fedora 34

Last updated: September 28,2024

1. Install "jflex.noarch" package

This guide covers the steps necessary to install jflex.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jflex.noarch

2. Uninstall "jflex.noarch" package

Please follow the steps below to uninstall jflex.noarch on Fedora 34:

$ sudo dnf remove jflex.noarch $ sudo dnf autoremove

3. Information about the jflex.noarch package on Fedora 34

Last metadata expiration check: 5:33:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jflex
Version : 1.7.0
Release : 5.fc34
Architecture : noarch
Size : 1.6 M
Source : jflex-1.7.0-5.fc34.src.rpm
Repository : fedora
Summary : Fast Scanner Generator
URL : http://jflex.de/
License : BSD
Description : JFlex is a lexical analyzer generator (also known as scanner
: 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. 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.