How to Install and Uninstall perl-Text-Glob.noarch Package on Amazon Linux 2

Last updated: January 08,2025

1. Install "perl-Text-Glob.noarch" package

This is a short guide on how to install perl-Text-Glob.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Text-Glob.noarch

2. Uninstall "perl-Text-Glob.noarch" package

Please follow the guidance below to uninstall perl-Text-Glob.noarch on Amazon Linux 2:

$ sudo yum remove perl-Text-Glob.noarch $ sudo yum autoremove

3. Information about the perl-Text-Glob.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Text-Glob
Arch : noarch
Version : 0.09
Release : 7.amzn2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : Perl module to match globbing patterns against text
URL : http://search.cpan.org/dist/Text-Glob/
License : GPL+ or Artistic
Description : Text::Glob implements glob(3) style matching that can be used to
: match against text, rather than fetching names from a file-system.
: If you want to do full file globbing use the File::Glob module
: instead.