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

Last updated: October 05,2024

1. Install "yydebug.noarch" package

Please follow the step by step instructions below to install yydebug.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install yydebug.noarch

2. Uninstall "yydebug.noarch" package

This tutorial shows how to uninstall yydebug.noarch on Fedora 34:

$ sudo dnf remove yydebug.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:51:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : yydebug
Version : 1.1.0
Release : 26.fc34
Architecture : noarch
Size : 31 k
Source : yydebug-1.1.0-26.fc34.src.rpm
Repository : fedora
Summary : Supports tracing and animation for a Java-based parser generated by jay
URL : http://www.cs.rit.edu/~ats/projects/lp/doc/jay/yydebug/package-summary.html
License : BSD
Description : jay/yydebug supports tracing and animation for a Java-based parser generated
: by jay. An implementation of yyDebug is passed as an additional argument to
: yyparse() to trace a Java-based parser generated by jay with option -t set.
: yyDebugAdapter produces one-line messages, by default to standard output.
: The messages are designed to be filtered by a program such as grep. yyAnim
: provides an animation of the parsing process