How to Install and Uninstall perl-Parse-Yapp.noarch Package on Amazon Linux 2

Last updated: November 27,2024

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

Please follow the guidance below to install perl-Parse-Yapp.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Parse-Yapp.noarch

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

This guide covers the steps necessary to uninstall perl-Parse-Yapp.noarch on Amazon Linux 2:

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

3. Information about the perl-Parse-Yapp.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Parse-Yapp
Arch : noarch
Version : 1.05
Release : 50.amzn2
Size : 48 k
Repo : amzn2-core/2/x86_64
Summary : Perl extension for generating and using LALR parsers
URL : http://search.cpan.org/dist/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.