How to Install and Uninstall perl-Parse-Yapp.noarch Package on Fedora 35

Last updated: October 10,2024

1. Install "perl-Parse-Yapp.noarch" package

This guide let you learn how to install perl-Parse-Yapp.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Parse-Yapp.noarch

2. Uninstall "perl-Parse-Yapp.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Parse-Yapp.noarch on Fedora 35:

$ sudo dnf remove perl-Parse-Yapp.noarch $ sudo dnf autoremove

3. Information about the perl-Parse-Yapp.noarch package on Fedora 35

Last metadata expiration check: 5:32:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Parse-Yapp
Version : 1.21
Release : 12.fc35
Architecture : noarch
Size : 48 k
Source : perl-Parse-Yapp-1.21-12.fc35.src.rpm
Repository : fedora
Summary : Perl extension for generating and using LALR parsers
URL : https://metacpan.org/release/Parse-Yapp
License : GPL+ or Artistic
Description : Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules that
: let you generate and use yacc like thread safe (reentrant) parsers with perl
: object oriented interface. The script yapp is a front-end to the Parse::Yapp
: module and let you easily create a Perl OO parser from an input grammar file.